Public Member Functions | |
Object | getCellEditorValue () |
boolean | isCellEditable (EventObject e) |
boolean | shouldSelectCell (EventObject anEvent) |
boolean | stopCellEditing () |
void | cancelCellEditing () |
void | addCellEditorListener (CellEditorListener l) |
void | removeCellEditorListener (CellEditorListener l) |
Protected Member Functions | |
void | fireEditingStopped () |
Notify all listeners that have registered interest for notification on this event type. | |
void | fireEditingCanceled () |
Notify all listeners that have registered interest for notification on this event type. | |
Protected Attributes | |
EventListenerList | listenerList = new EventListenerList() |
Definition at line 60 of file AbstractCellEditor.java.
|
Notify all listeners that have registered interest for notification on this event type.
Definition at line 100 of file AbstractCellEditor.java. |
|
Notify all listeners that have registered interest for notification on this event type.
Definition at line 83 of file AbstractCellEditor.java. |