All Known Implementing Classes:
FileList, LikeList

public interface TabTree
Represents a standard tree in the bottom pane viewport.
Since:
3.1
Author:
Jack Meng
  • Method Details

    • remove

      void remove(String nodeName)
      Calls the remove function on the JTree instance.
      Parameters:
      nodeName - The Node to remove from the tree.
    • getSelectedNode

      String getSelectedNode(DefaultMutableTreeNode node)
      Gets a String representation of a selected node.
      Returns:
      The selected node's name.
    • getPath

      String getPath()
      Returns:
      The Path of the absolute tree being represented
    • getFileList

      FileList getFileList()
      Gets the absolue parent FileList object
      Returns:
      The parent FileList object
    • isVirtual

      boolean isVirtual()
      Determines if the tree holds a virtual folder.
      Returns:
      (true | | false)
    • getRootNameTree

      default String getRootNameTree()
      Gets the default root name
      Returns:
      The root node name string
    • sort

      Sorts the Tree by some method of mostly (A-Z) alphabetical.