TreeNode.removeNode

Overview | Methods | This Package | All Packages

TreeNode.removeNode

Removes the specified child node from this node.

Syntax

public void removeNode( int index )

Parameters

index

The zero-based index of the child node to remove.

See Also   addNode