public class BasicTreeUI.CellEditorHandler extends Object implements CellEditorListener
Constructor and Description |
---|
BasicTreeUI.CellEditorHandler()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
editingCanceled(ChangeEvent e)
Messaged when editing has been canceled in the tree.
|
void |
editingStopped(ChangeEvent e)
Messaged when editing has stopped in the tree.
|
public BasicTreeUI.CellEditorHandler()
public void editingStopped(ChangeEvent e)
editingStopped
in interface CellEditorListener
e
- is the notification eventpublic void editingCanceled(ChangeEvent e)
editingCanceled
in interface CellEditorListener
e
- is the notification event