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