public final class MetalVFSFileChooserUI.FilterComboBoxModel extends AbstractListModel implements ComboBoxModel, PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
protected AbstractVFSFileFilter[] |
filters |
listenerList| Modifier | Constructor and Description |
|---|---|
protected |
FilterComboBoxModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
Object |
getSelectedItem() |
int |
getSize() |
void |
propertyChange(PropertyChangeEvent e) |
void |
setSelectedItem(Object filter) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerprotected AbstractVFSFileFilter[] filters
public void propertyChange(PropertyChangeEvent e)
propertyChange in interface PropertyChangeListenerpublic void setSelectedItem(Object filter)
setSelectedItem in interface ComboBoxModelpublic Object getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic Object getElementAt(int index)
getElementAt in interface ListModelCopyright © 2020. All rights reserved.