Creates a NodeLabelEditEvent object.
public NodeLabelEditEvent( TreeNode node )
public NodeLabelEditEvent( TreeNode node, String label )
node
The tree node containing the text to edit.
label
The new text to associate with the tree node.