Retrieves the node at the specified zero-based index.
public TreeNode getNode( int index )
index
The index of the node to retrieve.
Returns a TreeNode object that represents the retrieved tree node.
See Also setNode