Class WorkbenchTreeModel

  • All Implemented Interfaces:
    TreeModel

    public class WorkbenchTreeModel
    extends Object
    implements TreeModel
    Implementation of TreeModel for Workbench.
    Author:
    mlowery
    • Constructor Detail

      • WorkbenchTreeModel

        public WorkbenchTreeModel​(SchemaTreeModel schemaTreeModel)
    • Method Detail

      • getChildCount

        public int getChildCount​(Object parent)
        Description copied from interface: TreeModel
        Returns the number of children of parent.
        Specified by:
        getChildCount in interface TreeModel
      • getRoot

        public Object getRoot()
        Description copied from interface: TreeModel
        Returns the root object of this tree model.
        Specified by:
        getRoot in interface TreeModel