Uses of Class
jexer.ttree.TTreeItem
-
Packages that use TTreeItem Package Description jexer.ttree TTreeView and supporting classes. -
-
Uses of TTreeItem in jexer.ttree
Subclasses of TTreeItem in jexer.ttree Modifier and Type Class Description class
TDirectoryTreeItem
TDirectoryTreeItem is a single item in a disk directory tree view.Methods in jexer.ttree that return TTreeItem Modifier and Type Method 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.Methods in jexer.ttree that return types with arguments of type TTreeItem Modifier and Type Method Description java.util.List<TTreeItem>
TTreeItem. expandTree(java.lang.String prefix, boolean last)
Recursively expand the tree into a linear array of items.Methods in jexer.ttree with parameters of type TTreeItem Modifier and Type Method 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
TTreeViewWidget. setTreeRoot(TTreeItem treeRoot, boolean centerWindow)
Set treeRoot.void
TTreeViewWindow. setTreeRoot(TTreeItem treeRoot)
Set the root of the tree.void
TTreeViewWindow. setTreeRoot(TTreeItem treeRoot, boolean centerWindow)
Set treeRoot.
-