Package org.jdesktop.layout
| Class Summary |
| Baseline |
Convenience class that can be used to determine the baseline of a
particular component. |
| GroupLayout |
GroupLayout is a LayoutManager that hierarchically groups components to
achieve common, and not so common, layouts. |
| GroupLayout.Group |
Group provides for commonality between the two types of operations
supported by GroupLayout: laying out components one
after another (SequentialGroup) or layout on top
of each other (ParallelGroup). |
| GroupLayout.ParallelGroup |
A Group that lays out its elements on top of each
other. |
| GroupLayout.SequentialGroup |
A Group that lays out its elements sequentially, one
after another. |
| LayoutStyle |
LayoutStyle is used to determine how much space to place between components
during layout. |