Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteLayout
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
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 |
GridLayout
This emulates the behaviour of the GridLayout in SWT (as opposed to the one in AWT/Swing).
|
class |
LinearLayout
Simple layout manager the puts all components on a single line, either horizontally or vertically.
|
Modifier and Type | Method and Description |
---|---|
LayoutManager |
Panel.getLayoutManager()
Returns the layout manager assigned to this panel
|
Modifier and Type | Method and Description |
---|---|
Panel |
Panel.setLayoutManager(LayoutManager layoutManager)
Assigns a new layout manager to this panel, replacing the previous layout manager assigned.
|
Copyright © 2016. All rights reserved.