| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ListDataEvent を使用しているパッケージ | |
|---|---|
| javax.swing | すべてのプラットフォームで可能なかぎり同じように機能する、「軽量」(Java 共通言語) コンポーネントのセットを提供します。 | 
| javax.swing.event | Swing コンポーネントによってトリガされるイベントを提供します。 | 
| javax.swing.plaf.basic | 基本 Look & Feel に従って作成されたユーザインタフェースオブジェクトを提供します。 | 
| javax.swing での ListDataEvent の使用 | 
|---|
| ListDataEvent 型のパラメータを持つ javax.swing のメソッド | |
|---|---|
|  void | JComboBox.contentsChanged(ListDataEvent e)このメソッドは public になっていますが、これは実装の副作用によるものです。 | 
|  void | JList.AccessibleJList.contentsChanged(ListDataEvent e)リストデータリスナーの内容変更メソッドです。 | 
|  void | JComboBox.intervalAdded(ListDataEvent e)このメソッドは public になっていますが、これは実装の副作用によるものです。 | 
|  void | JList.AccessibleJList.intervalAdded(ListDataEvent e)リストデータリスナーの区画追加メソッドです。 | 
|  void | JComboBox.intervalRemoved(ListDataEvent e)このメソッドは public になっていますが、これは実装の副作用によるものです。 | 
|  void | JList.AccessibleJList.intervalRemoved(ListDataEvent e)リストデータリスナーの区画削除メソッドです。 | 
| javax.swing.event での ListDataEvent の使用 | 
|---|
| ListDataEvent 型のパラメータを持つ javax.swing.event のメソッド | |
|---|---|
|  void | ListDataListener.contentsChanged(ListDataEvent e)リストの内容が、previous メソッドを使って指定できないような複雑な方法で変更されたときに送信されます。 | 
|  void | ListDataListener.intervalAdded(ListDataEvent e)index0、index1 の区間にあるインデックスがデータモデルに挿入されたあとで送信されます。 | 
|  void | ListDataListener.intervalRemoved(ListDataEvent e)index0、index1 の区間にあるインデックスがデータモデルから削除されたあとで送信されます。 | 
| javax.swing.plaf.basic での ListDataEvent の使用 | 
|---|
| ListDataEvent 型のパラメータを持つ javax.swing.plaf.basic のメソッド | |
|---|---|
|  void | BasicComboBoxUI.ListDataHandler.contentsChanged(ListDataEvent e) | 
|  void | BasicComboPopup.ListDataHandler.contentsChanged(ListDataEvent e) | 
|  void | BasicListUI.ListDataHandler.contentsChanged(ListDataEvent e) | 
|  void | BasicComboBoxUI.ListDataHandler.intervalAdded(ListDataEvent e) | 
|  void | BasicComboPopup.ListDataHandler.intervalAdded(ListDataEvent e) | 
|  void | BasicListUI.ListDataHandler.intervalAdded(ListDataEvent e) | 
|  void | BasicDirectoryModel.intervalAdded(ListDataEvent e)廃止 - 使用されません。 | 
|  void | BasicComboBoxUI.ListDataHandler.intervalRemoved(ListDataEvent e) | 
|  void | BasicComboPopup.ListDataHandler.intervalRemoved(ListDataEvent e) | 
|  void | BasicListUI.ListDataHandler.intervalRemoved(ListDataEvent e) | 
|  void | BasicDirectoryModel.intervalRemoved(ListDataEvent e)廃止 - 使用されません。 | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。