クラス
javax.swing.event.ListDataEventの使用
ListDataEventを使用するパッケージ
パッケージ
説明
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
Swingコンポーネントによってトリガーされるイベントを提供します。
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
-
javax.swingでのListDataEventの使用
型ListDataEventのパラメータを持つjavax.swingのメソッド修飾子と型メソッド説明voidJComboBox.contentsChanged(ListDataEvent e)このメソッドは実装の副作用としてpublicです。voidJList.AccessibleJList.contentsChanged(ListDataEvent e)リスト・データ・リスナーの内容変更メソッドです。voidJComboBox.intervalAdded(ListDataEvent e)このメソッドは実装の副作用としてpublicです。voidJList.AccessibleJList.intervalAdded(ListDataEvent e)リスト・データ・リスナーの区間追加メソッドです。voidJComboBox.intervalRemoved(ListDataEvent e)このメソッドは実装の副作用としてpublicです。voidJList.AccessibleJList.intervalRemoved(ListDataEvent e)リスト・データ・リスナーの区間削除メソッドです。 -
javax.swing.eventでのListDataEventの使用
型ListDataEventのパラメータを持つjavax.swing.eventのメソッド修飾子と型メソッド説明voidListDataListener.contentsChanged(ListDataEvent e)リストの内容が、前述のメソッドを使って表すことができないような複雑な方法で変更されたときに送信されます。voidListDataListener.intervalAdded(ListDataEvent e)index0、index1の区間にあるインデックスがデータ・モデルに挿入されたあとで送信されます。voidListDataListener.intervalRemoved(ListDataEvent e)index0、index1の区間にあるインデックスがデータ・モデルから削除されたあとで送信されます。 -
javax.swing.plaf.basicでのListDataEventの使用
型ListDataEventのパラメータを持つjavax.swing.plaf.basicのメソッド修飾子と型メソッド説明voidBasicComboBoxUI.ListDataHandler.contentsChanged(ListDataEvent e)voidBasicComboPopup.ListDataHandler.contentsChanged(ListDataEvent e)voidBasicListUI.ListDataHandler.contentsChanged(ListDataEvent e)voidBasicComboBoxUI.ListDataHandler.intervalAdded(ListDataEvent e)voidBasicComboPopup.ListDataHandler.intervalAdded(ListDataEvent e)voidBasicDirectoryModel.intervalAdded(ListDataEvent e)廃止 - 使用されません。voidBasicListUI.ListDataHandler.intervalAdded(ListDataEvent e)voidBasicComboBoxUI.ListDataHandler.intervalRemoved(ListDataEvent e)voidBasicComboPopup.ListDataHandler.intervalRemoved(ListDataEvent e)voidBasicDirectoryModel.intervalRemoved(ListDataEvent e)廃止 - 使用されません。voidBasicListUI.ListDataHandler.intervalRemoved(ListDataEvent e)