Class OAVTreeModel.RootNode

  • Enclosing class:
    OAVTreeModel

    public class OAVTreeModel.RootNode
    extends java.lang.Object
    The root node containing the nodes for the root objects of the state.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List children
      The children.
    • Constructor Summary

      Constructors 
      Constructor Description
      RootNode()
      Create a new object node.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List getChildren()
      Get the children of this node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • children

        protected java.util.List children
        The children.
    • Constructor Detail

      • RootNode

        public RootNode()
        Create a new object node.
    • Method Detail

      • getChildren

        public java.util.List getChildren()
        Get the children of this node.