Adds a set of child nodes to this node.
public void setNodes( TreeNode[] nodes )
nodes
A zero-based array of TreeNode objects that represent the child nodes you want to add to this node.
This method removes all existing child nodes from this node before inserting the new nodes.
See Also getNodes