インタフェース
javax.swing.event.CellEditorListenerの使用
CellEditorListenerを使用するパッケージ
パッケージ
説明
Java Accessibility Utilitiesを構成するインタフェースとクラスの集合を提供します。
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
javax.swing.JTreeを処理するためのクラスとインタフェースを提供します。-
com.sun.java.accessibility.utilでのCellEditorListenerの使用
型CellEditorListenerのパラメータを持つcom.sun.java.accessibility.utilのメソッド修飾子と型メソッド説明static voidSwingEventMonitor.addCellEditorListener(CellEditorListener l) Java仮想マシンの各コンポーネント・インスタンスのすべてのCELLEDITORイベントを、その発生時に受け取る指定のリスナーを追加します。static voidSwingEventMonitor.removeCellEditorListener(CellEditorListener l) 以後、CELLEDITORイベントをその発生時に受け取らないように、指定されたリスナーを削除します。 -
javax.swingでのCellEditorListenerの使用
CellEditorListenerを実装するjavax.swingのクラス修飾子と型クラス説明classJTableは、セルの通常の2次元テーブルを表示および編集するために使用されます。protected classこのクラスはJTableクラスのアクセシビリティ・サポートを実装しています。CellEditorListenerを返すjavax.swingのメソッド修飾子と型メソッド説明AbstractCellEditor.getCellEditorListeners()addCellEditorListener()でこのAbstractCellEditorに追加されたすべてのCellEditorListenerの配列を返します。型CellEditorListenerのパラメータを持つjavax.swingのメソッド修飾子と型メソッド説明voidAbstractCellEditor.addCellEditorListener(CellEditorListener l) リスナー・リストにCellEditorListenerを追加します。voidCellEditor.addCellEditorListener(CellEditorListener l) エディタが編集の停止、または取消しを行うときに通知を受けるリスナーをリストに追加します。voidAbstractCellEditor.removeCellEditorListener(CellEditorListener l) CellEditorListenerをリスナー・リストから削除します。voidCellEditor.removeCellEditorListener(CellEditorListener l) 通知を受けるリスナーをリストから削除します。 -
javax.swing.plaf.basicでのCellEditorListenerの使用
修飾子と型メソッド説明protected CellEditorListenerBasicTreeUI.createCellEditorListener()現在のエディタからのイベントを処理するリスナーを作成します。 -
javax.swing.treeでのCellEditorListenerの使用
修飾子と型メソッド説明DefaultTreeCellEditor.getCellEditorListeners()addCellEditorListener()でこのDefaultTreeCellEditorに追加されたすべてのCellEditorListenerの配列を返します。型CellEditorListenerのパラメータを持つjavax.swing.treeのメソッド修飾子と型メソッド説明voidDefaultTreeCellEditor.addCellEditorListener(CellEditorListener l) CellEditorListenerを追加します。voidDefaultTreeCellEditor.removeCellEditorListener(CellEditorListener l) 以前に追加されたCellEditorListenerを削除します。