Interface TreeModelPath

  • All Known Implementing Classes:
    WorkbenchTreeModelPath

    public interface TreeModelPath
    A generalization of javax.swing.tree.TreePath.
    Author:
    mlowery
    • Method Detail

      • getPathCount

        int getPathCount()
        Returns the length of this path.
      • getPathComponent

        java.lang.Object getPathComponent​(int element)
        Returns the component of the path at the given index.
      • isEmpty

        boolean isEmpty()
        Returns true if path has no components.