public virtual TreeLeafNode GetNode(int);
public virtual TreeLeafNode GetNode(int,int);
Note: This function compares the location to get the node
public virtual TreeLeafNode GetNode(string);
TreeCompositeNode Class | com.plumtree.uiinfrastructure.tree Namespace