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.getPrevNode
Retrieves the node immediately before this node in the parent node's child list.
Syntax
public TreeNode getPrevNode()
Return Value
Returns a TreeNode object that represents the node immediately before this node in the parent node's child list. Returns null if this node is the first or only child node of the parent node.
See Also getNextNode