Uses of Interface
jexer.layout.LayoutManager
-
Packages that use LayoutManager Package Description jexer Jexer - Java Text User Interface libraryjexer.layout Available layout managers. -
-
Uses of LayoutManager in jexer
Methods in jexer that return LayoutManager Modifier and Type Method Description LayoutManager
TWidget. getLayoutManager()
Get the layout manager.Methods in jexer with parameters of type LayoutManager Modifier and Type Method Description void
TWidget. setLayoutManager(LayoutManager layout)
Set the layout manager. -
Uses of LayoutManager in jexer.layout
Classes in jexer.layout that implement LayoutManager Modifier and Type Class 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.
-