Uses of Class
jexer.ttree.TTreeView
-
Packages that use TTreeView Package Description jexer.ttree TTreeView and supporting classes. -
-
Uses of TTreeView in jexer.ttree
Methods in jexer.ttree that return TTreeView Modifier and Type Method Description TTreeViewTTreeItem. getTreeView()Get the parent TTreeView.TTreeViewTTreeViewWidget. getTreeView()Get the underlying TTreeView.TTreeViewTTreeViewWindow. getTreeView()Get the underlying TTreeView.Constructors in jexer.ttree with parameters of type TTreeView Constructor Description TTreeItem(TTreeView view, java.lang.String text, boolean expanded)Public constructor.
-