protected class DirectoryChooserUI.FilterTypeComboBoxModel extends AbstractListModel implements ComboBoxModel, PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
protected FileFilter[] |
filters |
listenerList| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryChooserUI.FilterTypeComboBoxModel() |
| 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 FileFilter[] filters
protected DirectoryChooserUI.FilterTypeComboBoxModel()
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 © 2007–2016 Gephi Consortium. All rights reserved.