| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.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 内の isCellEditablee - イベントオブジェクト
CellEditor.shouldSelectCell(java.util.EventObject)public boolean shouldSelectCell(EventObject anEvent)
CellEditor 内の shouldSelectCellanEvent - イベントオブジェクト
CellEditor.isCellEditable(java.util.EventObject)public boolean stopCellEditing()
fireEditingStopped を呼び出して、true を返します。
CellEditor 内の stopCellEditingpublic void cancelCellEditing()
fireEditingCanceled を呼び出します。
CellEditor 内の cancelCellEditingpublic void addCellEditorListener(CellEditorListener l)
CellEditorListener をリスナーリストに追加します。
CellEditor 内の addCellEditorListenerl - 追加される新しいリスナーpublic void removeCellEditorListener(CellEditorListener l)
CellEditorListener をリスナーリストから削除します。
CellEditor 内の removeCellEditorListenerl - 削除されるリスナーpublic CellEditorListener[] getCellEditorListeners()
CellEditorListener の配列を返します。
CellEditorListener。リスナーが追加されていない場合は 空の配列protected void fireEditingStopped()
EventListenerListprotected void fireEditingCanceled()
EventListenerList
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。