Overview | Methods | This Package | All Packages
Retrieves the parent node for this node.
Syntax
public TreeNode getParent()
Return Value
Returns a TreeNode object that represents the parent node for this node. Returns null if called on the node that is the virtual root for the tree view control (the node that is the parent node to the root nodes in the control).