Overview | Methods | This Package | All Packages
Retrieves the node at the specified zero-based index.
Syntax
public TreeNode getNode( int index )
Parameters
index
The index of the node to retrieve.
Return Value
Returns a TreeNode object that represents the retrieved tree node.
See Also setNode