All Implemented Interfaces:
CellEditor
All Known Implementing Classes:
JComponentCellEditor, NumberEditor, BooleanEditor, GenericEditor, DefaultCellEditor
JListBox,
JComboBox, JTree, or JTable
needs to implement.Alan - Chung| Method from javax.swing.table.TableCellEditor Summary: |
|---|
| getTableCellEditorComponent |
| Method from javax.swing.table.TableCellEditor Detail: |
|---|
value for the editor. This will cause
the editor to stopEditing and lose any partially
edited value if the editor is editing when this method is called.
Returns the component that should be added to the client's
|