JavaTM Platform
Standard Ed. 6

クラス
javax.swing.event.EventListenerList の使用

EventListenerList を使用しているパッケージ
javax.swing すべてのプラットフォームで可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。 
javax.swing.colorchooser このパッケージには、JColorChooser コンポーネントによって使われるクラスおよびインタフェースが含まれています。 
javax.swing.table javax.swing.JTable を処理するためのクラスおよびインタフェースを提供します。 
javax.swing.text 編集可能なテキストコンポーネントと編集不能なテキストコンポーネントを処理するクラスとインタフェースを提供します。 
javax.swing.tree javax.swing.JTree を処理するためのクラスとインタフェースを提供します。 
 

javax.swing での EventListenerList の使用
 

EventListenerList として宣言されている javax.swing のフィールド
protected  EventListenerList JComponent.listenerList
          このコンポーネントのイベントリスナーリストです。
protected  EventListenerList Timer.listenerList
           
protected  EventListenerList DefaultButtonModel.listenerList
          このモデル上のリスナーを格納します。
protected  EventListenerList DefaultSingleSelectionModel.listenerList
          登録済みリスナーのコレクションです。
protected  EventListenerList MenuSelectionManager.listenerList
           
protected  EventListenerList DefaultBoundedRangeModel.listenerList
          モデル変更を待っているリスナーです。
protected  EventListenerList AbstractListModel.listenerList
           
protected  EventListenerList DefaultListSelectionModel.listenerList
           
protected  EventListenerList AbstractCellEditor.listenerList
           
protected  EventListenerList AbstractSpinnerModel.listenerList
          このモデルの ChangeListeners のリストです。
 

javax.swing.colorchooser での EventListenerList の使用
 

EventListenerList として宣言されている javax.swing.colorchooser のフィールド
protected  EventListenerList DefaultColorSelectionModel.listenerList
           
 

javax.swing.table での EventListenerList の使用
 

EventListenerList として宣言されている javax.swing.table のフィールド
protected  EventListenerList AbstractTableModel.listenerList
          リスナーのリストです。
protected  EventListenerList DefaultTableColumnModel.listenerList
          TableColumnModelListener のリストです。
 

javax.swing.text での EventListenerList の使用
 

EventListenerList として宣言されている javax.swing.text のフィールド
protected  EventListenerList AbstractDocument.listenerList
          ドキュメントのイベントリスナーです。
protected  EventListenerList StyleContext.NamedStyle.listenerList
          モデルの変更リスナーです。
protected  EventListenerList DefaultCaret.listenerList
          イベントリスナーのリストです。
 

javax.swing.tree での EventListenerList の使用
 

EventListenerList として宣言されている javax.swing.tree のフィールド
protected  EventListenerList DefaultTreeSelectionModel.listenerList
          イベントリスナーリストです。
protected  EventListenerList DefaultTreeModel.listenerList
          リスナーです。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。