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