Package likelihoodDetectionModule
Class AbstractCellEditor
java.lang.Object
likelihoodDetectionModule.AbstractCellEditor
- All Implemented Interfaces:
CellEditor
- Direct Known Subclasses:
TreeTable.TreeTableCellEditor
The class AbstractCellEditor serves as the base class for the TreeTable's
table cell editor. It provides additional functionality that would be
required when the TreeTableCellEditor inherits TableCellEditor. This is
broken out to help keep the TreeTableCellEditor code short and to-the-point
within the TreeTable class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
void
boolean
shouldSelectCell
(EventObject anEvent) boolean
-
Constructor Details
-
AbstractCellEditor
public AbstractCellEditor()
-
-
Method Details
-
getCellEditorValue
- Specified by:
getCellEditorValue
in interfaceCellEditor
-
isCellEditable
- Specified by:
isCellEditable
in interfaceCellEditor
-
shouldSelectCell
- Specified by:
shouldSelectCell
in interfaceCellEditor
-
stopCellEditing
public boolean stopCellEditing()- Specified by:
stopCellEditing
in interfaceCellEditor
-
cancelCellEditing
public void cancelCellEditing()- Specified by:
cancelCellEditing
in interfaceCellEditor
-
addCellEditorListener
- Specified by:
addCellEditorListener
in interfaceCellEditor
-
removeCellEditorListener
- Specified by:
removeCellEditorListener
in interfaceCellEditor
-