javax.swing.plaf.basic

Class BasicTreeUI.CellEditorHandler

public class BasicTreeUI.CellEditorHandler extends Object implements CellEditorListener

Listener responsible for getting cell editing events and updating the tree accordingly.
Constructor Summary
CellEditorHandler()
Constructor
Method Summary
voideditingCanceled(ChangeEvent e)
Messaged when editing has been canceled in the tree.
voideditingStopped(ChangeEvent e)
Messaged when editing has stopped in the tree.

Constructor Detail

CellEditorHandler

public CellEditorHandler()
Constructor

Method Detail

editingCanceled

public void editingCanceled(ChangeEvent e)
Messaged when editing has been canceled in the tree. This tells the listeners the editor has canceled editing.

Parameters: e is the notification event

editingStopped

public void editingStopped(ChangeEvent e)
Messaged when editing has stopped in the tree. Tells the listeners editing has stopped.

Parameters: e is the notification event