Uses of Class
jexer.ttree.TTreeViewWidget
-
Packages that use TTreeViewWidget Package Description jexer Jexer - Java Text User Interface libraryjexer.ttree TTreeView and supporting classes. -
-
Uses of TTreeViewWidget in jexer
Methods in jexer that return TTreeViewWidget Modifier and Type Method Description TTreeViewWidget
TWidget. addTreeViewWidget(int x, int y, int width, int height)
Convenience function to add a scrollable tree view to this container/window.TTreeViewWidget
TWidget. addTreeViewWidget(int x, int y, int width, int height, TAction action)
Convenience function to add a scrollable tree view to this container/window. -
Uses of TTreeViewWidget in jexer.ttree
Constructors in jexer.ttree with parameters of type TTreeViewWidget Constructor Description TDirectoryTreeItem(TTreeViewWidget view, java.lang.String text, boolean expanded)
Public constructor.TDirectoryTreeItem(TTreeViewWidget view, java.lang.String text, boolean expanded, boolean openParents)
Public constructor.
-