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 TSplitPaneTWidget. addSplitPane(int x, int y, int width, int height, boolean vertical)Convenience function to add a split pane to this container/window.TSplitPaneTWidget. 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.TSplitPaneTWidget. 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.
-