| | Method | Defined by |
| |  |
Adds a listener to the list that's notified when the editor
stops, or cancels editing.
| CellEditor |
| |  |
Tells the editor to cancel editing and not accept any partially
edited value.
| CellEditor |
| |  |
Returns the value contained in the editor.
| CellEditor |
| |  |
Asks the editor if it can start editing using clickCount.
| CellEditor |
| |  |
Returns is the cell editor is editing.
| CellEditor |
| |  |
Removes a listener from the list that's notified
| CellEditor |
| |  |
Returns true if the editing cell should be selected, false otherwise.
| CellEditor |
| |  |
Tells the editor to stop editing and accept any partially edited
value as the value of the editor.
| CellEditor |
| |  |
Calls the editor's component to update UI.
| CellEditor |