TreeNode.getNode

Overview | Methods | This Package | All 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