public class VerticalLayout extends AbstractLayoutManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FILL_HORIZONTAL |
| Constructor and Description |
|---|
VerticalLayout(int offset) |
VerticalLayout(int offset,
int width) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(java.awt.Component component,
java.lang.Object constraints) |
void |
layoutContainer(java.awt.Container parent) |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent) |
void |
removeLayoutComponent(java.awt.Component component) |
addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, maximumLayoutSize, minimumLayoutSizepublic static final java.lang.String FILL_HORIZONTAL
public VerticalLayout(int offset)
public VerticalLayout(int offset,
int width)
public void addLayoutComponent(java.awt.Component component,
java.lang.Object constraints)
addLayoutComponent in interface java.awt.LayoutManager2addLayoutComponent in class AbstractLayoutManagerpublic void removeLayoutComponent(java.awt.Component component)
removeLayoutComponent in interface java.awt.LayoutManagerremoveLayoutComponent in class AbstractLayoutManagerpublic java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
public void layoutContainer(java.awt.Container parent)