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