protected class MetalFileChooserUI.FilterComboBoxModel extends AbstractListModel implements ComboBoxModel, PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
protected FileFilter[] |
filters |
listenerList
Modifier | Constructor and Description |
---|---|
protected |
MetalFileChooserUI.FilterComboBoxModel() |
Modifier and Type | Method and Description |
---|---|
Object |
getElementAt(int index)
Returns the value at the specified index.
|
Object |
getSelectedItem()
Returns the selected item
|
int |
getSize()
Returns the length of the list.
|
void |
propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.
|
void |
setSelectedItem(Object filter)
Set the selected item.
|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
protected FileFilter[] filters
protected MetalFileChooserUI.FilterComboBoxModel()
public void propertyChange(PropertyChangeEvent e)
PropertyChangeListener
propertyChange
in interface PropertyChangeListener
e
- A PropertyChangeEvent object describing the event source
and the property that has changed.public void setSelectedItem(Object filter)
ComboBoxModel
ListDataListener
s that the contents
have changed.setSelectedItem
in interface ComboBoxModel
filter
- the list object to select or null
to clear the selectionpublic Object getSelectedItem()
ComboBoxModel
getSelectedItem
in interface ComboBoxModel
null
if there is no selectionpublic int getSize()
ListModel
public Object getElementAt(int index)
ListModel
getElementAt
in interface ListModel
index
- the requested indexindex
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.
DRAFT ea-b138