- java.lang.Object
- 
- javax.swing.AbstractListModel<Object>
- 
- javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
 
- 
- All Implemented Interfaces:
- PropertyChangeListener,- Serializable,- EventListener,- ComboBoxModel<Object>,- ListModel<Object>
 - Enclosing class:
- MetalFileChooserUI
 
 protected class MetalFileChooserUI.FilterComboBoxModel extends AbstractListModel<Object> implements ComboBoxModel<Object>, PropertyChangeListener Data model for a type-face selection combo-box.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected FileFilter[]filtersAn array of file filters.- 
Fields declared in class javax.swing.AbstractListModellistenerList
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedFilterComboBoxModel()Constructs an instance ofFilterComboBoxModel.
 - 
Method Summary- 
Methods declared in class javax.swing.AbstractListModeladdListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface javax.swing.ComboBoxModelgetSelectedItem, setSelectedItem
 - 
Methods declared in interface javax.swing.ListModeladdListDataListener, getElementAt, getSize, removeListDataListener
 - 
Methods declared in interface java.beans.PropertyChangeListenerpropertyChange
 
- 
 
- 
- 
- 
Field Detail- 
filtersprotected FileFilter[] filters An array of file filters.
 
- 
 
-