java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler
- すべての実装されたインタフェース:
EventListener,ListDataListener
- 含まれているクラス:
- BasicComboBoxUI
public class BasicComboBoxUI.ListDataHandler extends Object implements ListDataListener
このリスナーは、
ComboBoxModel内での変更を監視します。
このpublic内部クラスは、protectedとして扱うべきです。 BasicComboBoxUIのサブクラス内でのみインスタンス化してください。
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 ListDataHandler() -
メソッドのサマリー
クラス java.lang.Objectで宣言されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェース javax.swing.event.ListDataListenerで宣言されたメソッド
contentsChanged, intervalAdded, intervalRemoved
-
コンストラクタの詳細
-
ListDataHandler
public ListDataHandler()
-