Class Summary |
CenteredLineLayout |
CenteredLineLayout extends VariableLineLayout , and it
makes each component as high and wide as its preferred size. |
FixedLineLayout |
FixedLineLayout extends LineLayout , and it makes each
line is as high as specified when constructing an object of this class.
|
GridLineLayout |
GridLineLayout extends LineLayout , and each line is
vertically treated like with GridLayout : The size is proportional to
the maximum size of the Container using this
LayoutManager , depending on how many lines there are.
|
GridSpanConstraints |
This class represents a constraints object for GridSpanLayout .
|
GridSpanLayout |
This class is a custom LayoutManager that is kinda like a mix of
GridLayout and GridBagLayout . |
LargestLineLayout |
LargestLineLayout extends LineLayout , and each line has
the same height. |
LineLayout |
A custom LayoutManager that lays out Component s like a
vertical FlowLayout that does not do multiple columns. |
VariableLineLayout |
VariableLineLayout extends LineLayout , and it makes each
Component as high as its preferred size.
|