Changed Methods |
void actionPerformed(ActionEvent )
|
Documentation changed from old to new. |
When an action is performed editing is ended. |
void cancelCellEditing()
|
Documentation changed from old to new. |
Cancels editing. |
Object getCellEditorValue()
|
Documentation changed from old to new. |
Returns the value of this cell. |
boolean isCellEditable(EventObject )
|
Documentation changed from old to new. |
Returns true if anEvent is not a MouseEvent . |
void itemStateChanged(ItemEvent )
|
Documentation changed from old to new. |
When an item's state changes editing is ended. |
void setValue(Object )
|
Documentation changed from old to new. |
Sets the value of this cell. |
boolean shouldSelectCell(EventObject )
|
Documentation changed from old to new. |
Returns true to indicate that the editing cell may be selected. |
boolean startCellEditing(EventObject )
|
Documentation changed from old to new. |
Returns true to indicate that editing has begun. |
boolean stopCellEditing()
|
Documentation changed from old to new. |
Stops editing and returns true to indicate that editing has stopped. |