java.lang.Object
javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
- All Implemented Interfaces:
- EventListener,- CellEditorListener
- Enclosing class:
- BasicTreeUI
Listener responsible for getting cell editing events and updating
 the tree accordingly.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidMessaged when editing has been canceled in the tree.voidMessaged when editing has stopped in the tree.
- 
Constructor Details- 
CellEditorHandlerpublic CellEditorHandler()Constructs aCellEditorHandler.
 
- 
- 
Method Details- 
editingStoppedMessaged when editing has stopped in the tree.- Specified by:
- editingStoppedin interface- CellEditorListener
- Parameters:
- e- the- ChangeEventcontaining the source of the event
 
- 
editingCanceledMessaged when editing has been canceled in the tree.- Specified by:
- editingCanceledin interface- CellEditorListener
- Parameters:
- e- the- ChangeEventcontaining the source of the event
 
 
-