Interface TreeModel

  • All Known Implementing Classes:
    WorkbenchTreeModel

    public interface TreeModel
    A generalization of a javax.swing.tree.TreeModel.
    Author:
    mlowery
    • Method Detail

      • getChildCount

        int getChildCount​(Object parent)
        Returns the number of children of parent.
      • getChild

        Object getChild​(Object parent,
                        int index)
        Returns the child at index.
      • getRoot

        Object getRoot()
        Returns the root object of this tree model.