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.getNode
Retrieves the child node of this node at the specified zero-based index.
Syntax
public TreeNode getNode( int index )
Parameters
index
The index of the child node to retrieve.
Return Value
Returns a TreeNode object that represents the retrieved tree node.
See Also setNode