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.getFirstNode
Retrieves the first child node that this node contains.
Syntax
public TreeNode getFirstNode()
Return Value
Returns a TreeNode object that represents the first item in this node's child list. Returns null if this node has no children.