Interface IPObjectTree.IPObjectTreeNode

Enclosing interface:
IPObjectTree

public static interface IPObjectTree.IPObjectTreeNode
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the object at this tree node.
  • Method Details

    • getChildNodes

      List getChildNodes()
      Returns:
      list of IPObjectTree.IPObjectTreeNodes, never null
    • getObject

      IPObject getObject()
      Returns the object at this tree node.
      Returns:
      the IPObject at this tree node