Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.