Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TreeNode.setNodes
Adds a set of child nodes to this node.
Syntax
public void setNodes( TreeNode[] nodes )
Parameters
nodes
A zero-based array of TreeNode objects that represent the child nodes you want to add to this node.
Remarks
This method removes all existing child nodes from this node before inserting the new nodes.
See Also getNodes