|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.swing.AbstractCellEditor
フィールドの概要 | |
protected ChangeEvent |
changeEvent
|
protected EventListenerList |
listenerList
|
コンストラクタの概要 | |
AbstractCellEditor()
|
メソッドの概要 | |
void |
addCellEditorListener(CellEditorListener l)
CellEditorListener をリスナーリストに追加します。 |
void |
cancelCellEditing()
fireEditingCanceled を呼び出します。 |
protected void |
fireEditingCanceled()
このイベントタイプについて通知を登録したすべてのリスナーに通知を行います。 |
protected void |
fireEditingStopped()
このイベントタイプについて通知を登録したすべてのリスナーに通知を行います。 |
CellEditorListener[] |
getCellEditorListeners()
addCellEditorListener() でこの AbstractCellEditor に追加されたすべての CellEditorListener の配列を返します。 |
boolean |
isCellEditable(EventObject e)
true を返します。 |
void |
removeCellEditorListener(CellEditorListener l)
CellEditorListener をリスナーリストから削除します。 |
boolean |
shouldSelectCell(EventObject anEvent)
true を返します。 |
boolean |
stopCellEditing()
fireEditingStopped を呼び出して、true を返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース javax.swing.CellEditor から継承したメソッド |
getCellEditorValue |
フィールドの詳細 |
protected EventListenerList listenerList
protected transient ChangeEvent changeEvent
コンストラクタの詳細 |
public AbstractCellEditor()
メソッドの詳細 |
public boolean isCellEditable(EventObject e)
CellEditor
内の isCellEditable
e
- イベントオブジェクト
CellEditor.shouldSelectCell(java.util.EventObject)
public boolean shouldSelectCell(EventObject anEvent)
CellEditor
内の shouldSelectCell
anEvent
- エディタが編集を始めるために使うイベント
CellEditor.isCellEditable(java.util.EventObject)
public boolean stopCellEditing()
fireEditingStopped
を呼び出して、true を返します。
CellEditor
内の stopCellEditing
public void cancelCellEditing()
fireEditingCanceled
を呼び出します。
CellEditor
内の cancelCellEditing
public void addCellEditorListener(CellEditorListener l)
CellEditorListener
をリスナーリストに追加します。
CellEditor
内の addCellEditorListener
l
- 追加される新しいリスナーpublic void removeCellEditorListener(CellEditorListener l)
CellEditorListener
をリスナーリストから削除します。
CellEditor
内の removeCellEditorListener
l
- 削除されるリスナーpublic CellEditorListener[] getCellEditorListeners()
CellEditorListener
の配列を返します。
CellEditorListener
。リスナーが追加されていない場合は空の配列protected void fireEditingStopped()
EventListenerList
protected void fireEditingCanceled()
EventListenerList
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.