Uses of Class
jexer.TSplitPane
-
Packages that use TSplitPane Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TSplitPane in jexer
Methods in jexer that return TSplitPane Modifier and Type Method Description TSplitPane
TWidget. addSplitPane(int x, int y, int width, int height, boolean vertical)
Convenience function to add a split pane to this container/window.TSplitPane
TWidget. splitHorizontal(boolean newWidgetOnTop, TWidget newWidget)
Insert a horizontal split between this widget and parent, and optionally put another widget in the other side of the split.TSplitPane
TWidget. splitVertical(boolean newWidgetOnLeft, TWidget newWidget)
Insert a vertical split between this widget and parent, and optionally put another widget in the other side of the split.
-