Package likelihoodDetectionModule
Class TreeTable.DoubleCellEditorListener
java.lang.Object
likelihoodDetectionModule.TreeTable.DoubleCellEditorListener
- All Implemented Interfaces:
EventListener,CellEditorListener
- Enclosing class:
TreeTable
The listener interface for receiving doubleCellEditor events.
The class that is interested in processing a doubleCellEditor
event implements this interface, and the object created
with that class is registered with a component using the
component's
addDoubleCellEditorListener method. When
the doubleCellEditor event occurs, that object's appropriate
method is invoked.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Constructor Details
-
DoubleCellEditorListener
public DoubleCellEditorListener()
-
-
Method Details
-
editingStopped
- Specified by:
editingStoppedin interfaceCellEditorListener
-
editingCanceled
- Specified by:
editingCanceledin interfaceCellEditorListener
-