| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
public abstract class AbstractCellEditor
| Field Summary | |
|---|---|
| protected  ChangeEvent | changeEvent | 
| protected  EventListenerList | listenerList | 
| Constructor Summary | |
|---|---|
| AbstractCellEditor() | |
| Method Summary | |
|---|---|
|  void | addCellEditorListener(CellEditorListener l)Adds a CellEditorListenerto the listener list. | 
|  void | cancelCellEditing()Calls fireEditingCanceled. | 
| protected  void | fireEditingCanceled()Notifies all listeners that have registered interest for notification on this event type. | 
| protected  void | fireEditingStopped()Notifies all listeners that have registered interest for notification on this event type. | 
|  CellEditorListener[] | getCellEditorListeners()Returns an array of all the CellEditorListeners added
 to this AbstractCellEditor with addCellEditorListener(). | 
|  boolean | isCellEditable(EventObject e)Returns true. | 
|  void | removeCellEditorListener(CellEditorListener l)Removes a CellEditorListenerfrom the listener list. | 
|  boolean | shouldSelectCell(EventObject anEvent)Returns true. | 
|  boolean | stopCellEditing()Calls fireEditingStoppedand returns true. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface javax.swing.CellEditor | 
|---|
| getCellEditorValue | 
| Field Detail | 
|---|
protected EventListenerList listenerList
protected transient ChangeEvent changeEvent
| Constructor Detail | 
|---|
public AbstractCellEditor()
| Method Detail | 
|---|
public boolean isCellEditable(EventObject e)
isCellEditable in interface CellEditore - an event object
CellEditor.shouldSelectCell(java.util.EventObject)public boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditoranEvent - an event object
CellEditor.isCellEditable(java.util.EventObject)public boolean stopCellEditing()
fireEditingStopped and returns true.
stopCellEditing in interface CellEditorpublic void cancelCellEditing()
fireEditingCanceled.
cancelCellEditing in interface CellEditorpublic void addCellEditorListener(CellEditorListener l)
CellEditorListener to the listener list.
addCellEditorListener in interface CellEditorl - the new listener to be addedpublic void removeCellEditorListener(CellEditorListener l)
CellEditorListener from the listener list.
removeCellEditorListener in interface CellEditorl - the listener to be removedpublic CellEditorListener[] getCellEditorListeners()
CellEditorListeners added
 to this AbstractCellEditor with addCellEditorListener().
CellEditorListeners added or an empty
         array if no listeners have been addedprotected void fireEditingStopped()
EventListenerListprotected void fireEditingCanceled()
EventListenerList| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.