Package | Description |
---|---|
com.googlecode.lanterna.gui.component | |
com.googlecode.lanterna.gui.layout |
Modifier and Type | Method and Description |
---|---|
LayoutManager |
Panel.getLayoutManager() |
Modifier and Type | Method and Description |
---|---|
void |
Panel.setLayoutManager(LayoutManager layoutManager) |
Modifier and Type | Class and Description |
---|---|
class |
BorderLayout
Layout manager inspired by java.awt.BorderLayout
|
class |
HorisontalLayout
Layout which will put components along a horizontal line.
|
class |
LinearLayout |
class |
VerticalLayout
Layout which will put components along a vertical line.
|
Copyright © 2014. All Rights Reserved.