|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.AbstractCellEditor
public abstract class 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 Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。