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
-
コンストラクタの詳細
-
DirectoryComboBoxModel
public DirectoryComboBoxModel()DirectoryComboBoxModelのインスタンスを構築します。
-
-
メソッドの詳細
-
getDepth
public int getDepth(int i)i番目のファイルの深さを返します。- パラメータ:
i- インデックス- 戻り値:
i番目のファイルの深さ
-