Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
jexer.layout |
Available layout managers.
|
Modifier and Type | Method and Description |
---|---|
LayoutManager |
TWidget.getLayoutManager()
Get the layout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
TWidget.setLayoutManager(LayoutManager layout)
Set the layout manager.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxLayoutManager
BoxLayoutManager repositions child widgets based on the order they are
added to the parent widget and desired orientation.
|
class |
StretchLayoutManager
StretchLayoutManager repositions child widgets based on their coordinates
when added and the current widget size.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.