-
Constructor Summary 
Constructors
Constructs a CellEditorHandler
.
-
Method Summary 
void
Messaged when editing has been canceled in the tree.
void
Messaged when editing has stopped in the tree.
Methods declared in class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
CellEditorHandler 
public CellEditorHandler()
Constructs a CellEditorHandler
.
-
Method Details 
-
editingStopped 
Messaged when editing has stopped in the tree.
- Specified by:
editingStopped
in interface CellEditorListener
- Parameters:
e
- the ChangeEvent
containing the source of the event
-
editingCanceled 
Messaged when editing has been canceled in the tree.
- Specified by:
editingCanceled
in interface CellEditorListener
- Parameters:
e
- the ChangeEvent
containing the source of the event