| Class Summary | |
|---|---|
| AquaLayoutStyle |
An implementation of LayoutStyle for Mac OS X Tiger.
|
| AquaLayoutStyle.ComponentInsets | ComponentInsets is used to manage the Insets for a specific Component type. |
| Baseline | Convenience class that can be used to determine the baseline of a particular component. |
| Baseline | Convenience class that can be used to determine the baseline of a particular component. |
| GnomeLayoutStyle |
An implementation of LayoutStyle for Gnome. |
| GroupLayout | GroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts. |
| GroupLayout | GroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts. |
| GroupLayout.AutopaddingMatch | Represents two springs that should have autopadding inserted between them. |
| GroupLayout.AutopaddingSpring | Spring reprensenting the distance between any number of sources and targets. |
| GroupLayout.BaselineGroup |
An extension of ParallelGroup that aligns its
constituent Springs along the baseline. |
| GroupLayout.ComponentInfo | Tracks the horizontal/vertical Springs for a Component. |
| GroupLayout.ComponentSpring | A Spring representing one axis of a Component. |
| GroupLayout.ContainerAutopaddingSpring | An extension of AutopaddingSpring used for container level padding. |
| GroupLayout.GapSpring | Spring represented a certain amount of space. |
| 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.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.LinkInfo | |
| GroupLayout.PaddingSpring | Spring representing the preferred distance between two components. |
| GroupLayout.ParallelGroup |
A Group that lays out its elements on top of each
other. |
| 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. |
| GroupLayout.SequentialGroup |
A Group that lays out its elements sequentially, one
after another. |
| GroupLayout.Spring | Spring consists of a range: min, pref and max a value some where in the middle of that and a location. |
| GroupLayout.SpringDelta | Used in figuring out how much space to give resizable springs. |
| LayoutStyle | LayoutStyle is used to determine how much space to place between components during layout. |
| LayoutStyle | LayoutStyle is used to determine how much space to place between components during layout. |
| MetalLayoutStyle |
An implementation of LayoutStyle for the java look and feel.
|
| SwingLayoutStyle | |
| WindowsLayoutStyle |
An implementation of LayoutStyle for the Windows look and feel.
|