Interface IPObjectTree.IPObjectTreeNode
- Enclosing interface:
- IPObjectTree
public static interface IPObjectTree.IPObjectTreeNode
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object at this tree node.
-
Method Details
-
getChildNodes
List getChildNodes()- Returns:
- list of
IPObjectTree.IPObjectTreeNodes, nevernull
-
getObject
IPObject getObject()Returns the object at this tree node.- Returns:
- the
IPObjectat this tree node
-