Overview | Methods | Fields | This Package | All Packages
Creates a NodeLabelEditEvent object.
Syntax
public NodeLabelEditEvent( TreeNode node )
public NodeLabelEditEvent( TreeNode node, String label )
Parameters
node
The tree node containing the text to edit.
label
The new text to associate with the tree node.