java.lang.Object
javax.swing.AbstractListModel<Object>
javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxModel
- すべての実装されたインタフェース:
- Serializable,- ComboBoxModel<Object>,- ListModel<Object>
- 含まれているクラス:
- MetalFileChooserUI
protected class MetalFileChooserUI.DirectoryComboBoxModel extends AbstractListModel<Object> implements ComboBoxModel<Object>
タイプ・フェース選択のコンボボックスで使用するデータ・モデルです。
- 
フィールドのサマリー
- 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 DirectoryComboBoxModel()DirectoryComboBoxModelのインスタンスを構築します。
- 
メソッドのサマリー修飾子と型 メソッド 説明 intgetDepth(int i)i番目のファイルの深さを返します。クラス 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.ListModelで宣言されたメソッドaddListDataListener, getElementAt, getSize, removeListDataListener
- 
コンストラクタの詳細- 
DirectoryComboBoxModelpublic DirectoryComboBoxModel()DirectoryComboBoxModelのインスタンスを構築します。
 
- 
- 
メソッドの詳細- 
getDepthpublic int getDepth(int i)i番目のファイルの深さを返します。- パラメータ:
- i- インデックス
- 戻り値:
- i番目のファイルの深さ
 
 
-