- 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.
- 
Field SummaryFields Modifier and Type Field Description protected FileFilter[]filtersAn array of file filters.
- 
Constructor SummaryConstructors Modifier Constructor Description protectedFilterComboBoxModel()Constructs an instance ofFilterComboBoxModel.
- 
Method SummaryMethods declared in class javax.swing.AbstractListModeladdListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface javax.swing.ListModeladdListDataListener, getElementAt, getSize, removeListDataListener
- 
Field Details- 
filtersAn array of file filters.
 
- 
- 
Constructor Details- 
FilterComboBoxModelprotected FilterComboBoxModel()Constructs an instance ofFilterComboBoxModel.
 
-