Interface INode

All Known Subinterfaces:
IAppNavPage, INdlNode
All Known Implementing Classes:
AppNavPageWrapper, BaseXMLNode, BoundChildrenNode, DefaultNode, ShadowAppNavPage, XMLAppNavPage, XMLDOMNode, XMLDOMNode2, XMLElementNode, XMLElementNode2

public interface INode
Tree node interface for adapting tree structures to a flattened ITreeContentProvider.
  • Method Details

    • getData

      Object getData()
      Row data.
    • getId

      String getId()
      Row id.
    • getParent

      INode getParent()
      Node parent, or null for root.
    • getChildren

      List getChildren()
      List of INode children, in order. Empty list (non-null) for leaf nodes.