Example usage for Java javax.swing.table TableCellEditor fields, constructors, methods, implement or subclass
The text is from its open source code.
void | cancelCellEditing() Tells the editor to cancel editing and not accept any partially edited value. |
Object | getCellEditorValue() Returns the value contained in the editor. |
boolean | stopCellEditing() Tells the editor to stop editing and accept any partially edited value as the value of the editor. |