Interface TabTree
public interface TabTree
Represents a standard tree in the bottom pane
viewport.
- Since:
- 3.1
- Author:
- Jack Meng
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the absolue parent FileList objectgetPath()
default String
Gets the default root nameGets a String representation of a selected node.boolean
Determines if the tree holds a virtual folder.void
Calls the remove function on the JTree instance.void
Sorts the Tree by some method of mostly (A-Z) alphabetical.
-
Method Details
-
remove
Calls the remove function on the JTree instance.- Parameters:
nodeName
- The Node to remove from the tree.
-
getSelectedNode
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
Gets the default root name- Returns:
- The root node name string
-
sort
Sorts the Tree by some method of mostly (A-Z) alphabetical.
-