Package jexer.layout
Available layout managers.
-
Interface Summary Interface Description LayoutManager A LayoutManager provides automatic positioning and sizing of a TWidget's child TWidgets. -
Class Summary Class Description AnchoredLayoutManager AnchoredLayoutManager repositions child widgets based on their coordinates when added, an anchor point, and the current widget size.BoxLayoutManager BoxLayoutManager repositions child widgets based on the order they are added to the parent widget and desired orientation.StretchLayoutManager StretchLayoutManager repositions child widgets based on their coordinates when added and the current widget size. -
Enum Summary Enum Description AnchoredLayoutManager.Anchor Available relative corners of another widget to anchor to.