- java.lang.Object
 -  
      
- javax.swing.AbstractListModel<Object>
 -  
        
- javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
 
 
-  
       
- 实现的所有接口
 -  
         
PropertyChangeListener,Serializable,EventListener,ComboBoxModel<Object>,ListModel<Object> 
- Enclosing class:
 - MetalFileChooserUI
 
protected class MetalFileChooserUI.FilterComboBoxModel extends AbstractListModel<Object> implements ComboBoxModel<Object>, PropertyChangeListener
类型面选择组合框的数据模型。- 另请参见:
 - Serialized Form
 
 
-  
        
       
-  
             
字段汇总
字段 变量和类型 字段 描述 protected FileFilter[]filters一组文件过滤器。-  
               
声明的属性在类 javax.swing.AbstractListModel
listenerList 
 -  
               
 
-  
             
构造方法摘要
构造方法 变量 构造器 描述 protectedFilterComboBoxModel()构造FilterComboBoxModel的实例。 
-  
             
方法摘要
-  
               
声明方法的类 javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener 
-  
               
声明方法的类 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
-  
               
声明方法的接口 javax.swing.ComboBoxModel
getSelectedItem, setSelectedItem 
-  
               
声明方法的接口 javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener 
-  
               
声明方法的接口 java.beans.PropertyChangeListener
propertyChange 
 -  
               
 
 -  
             
 
-  
        
       
-  
             
字段详细信息
-  
filters
protected FileFilter[] filters
一组文件过滤器。 
 -  
 
 -