gate.swing
Class JTreeTable.TreeTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
gate.swing.JTreeTable.TreeTableCellEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor, TreeCellEditor
- Enclosing class:
- JTreeTable
class JTreeTable.TreeTableCellEditor
- extends DefaultCellEditor
- implements TableCellEditor
The editor used to edit the nodes in the tree. It only forwards the
requests to the tree's editor.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
editor
TreeCellEditor editor
editorComponent
Component editorComponent
JTreeTable.TreeTableCellEditor
JTreeTable.TreeTableCellEditor()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor- Overrides:
getTableCellEditorComponent in class DefaultCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor- Overrides:
getCellEditorValue in class DefaultCellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing in interface CellEditor- Overrides:
stopCellEditing in class DefaultCellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing in interface CellEditor- Overrides:
cancelCellEditing in class DefaultCellEditor