|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
void addCellEditorListener(CellEditorListener ) |
Documentation changed from old to new. |
Adds a listener to the list that's notified when the editor stops or cancels editing. |
void cancelCellEditing() |
Documentation changed from old to new. |
Tells the editor to cancel editing and not accept any partially edited value. |
Object getCellEditorValue() |
Documentation changed from old to new. |
Returns the value contained in the editor. |
boolean isCellEditable(EventObject ) |
Documentation changed from old to new. |
Asks the editor if it can start editing using anEvent . |
void removeCellEditorListener(CellEditorListener ) |
Documentation changed from old to new. |
Removes a listener from the list that's notified |
boolean shouldSelectCell(EventObject ) |
Documentation changed from old to new. |
Returns true if the editing cell should be selected false otherwise. |
boolean stopCellEditing() |
Documentation changed from old to new. |
Tells the editor to stop editing and accept any partially edited value as the value of the editor. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |