Package | Description |
---|---|
jexer.ttree |
TTreeView and supporting classes.
|
Modifier and Type | Class and Description |
---|---|
class |
TDirectoryTreeItem
TDirectoryTreeItem is a single item in a disk directory tree view.
|
Modifier and Type | Method and Description |
---|---|
TTreeItem |
TTreeView.getSelected()
Get the tree view item that was selected.
|
TTreeItem |
TTreeViewWidget.getSelected()
Get the tree view item that was selected.
|
TTreeItem |
TTreeViewWindow.getSelected()
Get the tree view item that was selected.
|
TTreeItem |
TTreeView.getTreeRoot()
Get the root of the tree.
|
TTreeItem |
TTreeViewWidget.getTreeRoot()
Get the root of the tree.
|
TTreeItem |
TTreeViewWindow.getTreeRoot()
Get the root of the tree.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TTreeItem> |
TTreeItem.expandTree(java.lang.String prefix,
boolean last)
Recursively expand the tree into a linear array of items.
|
Modifier and Type | Method and Description |
---|---|
void |
TTreeView.setSelected(TTreeItem item,
boolean centerWindow)
Set the new selected tree view item.
|
void |
TTreeViewWidget.setSelected(TTreeItem item,
boolean centerWindow)
Set the new selected tree view item.
|
void |
TTreeViewWindow.setSelected(TTreeItem item,
boolean centerWindow)
Set the new selected tree view item.
|
void |
TTreeView.setTreeRoot(TTreeItem treeRoot)
Set the root of the tree.
|
void |
TTreeViewWidget.setTreeRoot(TTreeItem treeRoot)
Set the root of the tree.
|
void |
TTreeViewWindow.setTreeRoot(TTreeItem treeRoot)
Set the root of the tree.
|
void |
TTreeViewWidget.setTreeRoot(TTreeItem treeRoot,
boolean centerWindow)
Set treeRoot.
|
void |
TTreeViewWindow.setTreeRoot(TTreeItem treeRoot,
boolean centerWindow)
Set treeRoot.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.