|
Class Summary |
| AbsoluteLayout |
Lays out components at absolute coordinate and with (optional) absolute
sizes. |
| AnchorLayout |
Lays out components based on anchors that match a point on the child component to a point on the
parent. |
| AnchorLayout.Anchor |
Represents the location of an anchor binding a point of the child component to a point on
the parent. |
| BorderLayout |
Lays out the children of a container around the borders and one in the
center. |
| DimenInfo |
This record is used by the group layout managers to return a set of
statistics computed for their target widgets. |
| GroupLayout |
Group layout managers lay out widgets in horizontal or vertical groups. |
| GroupLayout.Constraints |
The group layout managers supports two constraints: fixedness and weight. |
| GroupLayout.Justification |
A class used to make our policy constants type-safe. |
| GroupLayout.Policy |
A class used to make our policy constants type-safe. |
| HGroupLayout |
Handles horizontally laid out groups. |
| LayoutManager |
Layout managers implement a policy for laying out the children in a
container. |
| TableLayout |
Lays out components in a simple grid arrangement, wherein the width and height of each column
and row is defined by the widest preferred width and height of any component in that column and
row. |
| TableLayout.Alignment |
An enumeration class representing alignments. |
| VGroupLayout |
Handles vertically laid out groups. |