- java.lang.Object
-
- javax.swing.AbstractListModel<Object>
-
- javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
-
- 实现的所有接口
-
Serializable
,ComboBoxModel<Object>
,ListModel<Object>
- Enclosing class:
- MetalFileChooserUI
protected class MetalFileChooserUI.DirectoryComboBoxModel extends AbstractListModel<Object> implements ComboBoxModel<Object>
类型面选择组合框的数据模型。- 另请参见:
- Serialized Form
-
-
字段汇总
-
声明的属性在类 javax.swing.AbstractListModel
listenerList
-
-
构造方法摘要
构造方法 构造器 描述 DirectoryComboBoxModel()
构造DirectoryComboBoxModel
的实例。
-
方法摘要
所有方法 实例方法 具体的方法 变量和类型 方法 描述 int
getDepth(int i)
返回i
-th文件的深度。-
声明方法的类 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
-
-