Uses of Interface
com.googlecode.lanterna.gui2.LayoutManager
Packages that use LayoutManager
-
Uses of LayoutManager in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement LayoutManagerModifier and TypeClassDescriptionclass
Layout manager that places components where they are manually specified to be and sizes them to the size they are manually assigned to.class
BorderLayout imitates the BorderLayout class from AWT, allowing you to add a center component with optional components around it in top, bottom, left and right locations.class
This emulates the behaviour of the GridLayout in SWT (as opposed to the one in AWT/Swing).class
Simple layout manager the puts all components on a single line, either horizontally or vertically.(package private) class
Fields in com.googlecode.lanterna.gui2 declared as LayoutManagerMethods in com.googlecode.lanterna.gui2 that return LayoutManagerModifier and TypeMethodDescriptionPanel.getLayoutManager()
Returns the layout manager assigned to this panelMethods in com.googlecode.lanterna.gui2 with parameters of type LayoutManagerModifier and TypeMethodDescriptionPanel.setLayoutManager
(LayoutManager layoutManager) Assigns a new layout manager to this panel, replacing the previous layout manager assigned.Constructors in com.googlecode.lanterna.gui2 with parameters of type LayoutManager