Package com.jmex.bui.layout

Class Summary
AbsoluteLayout Lays out components at absolute coordinate and with (optional) absolute sizes.
BLayoutManager Layout managers implement a policy for laying out the children in a container.
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.
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.
 



Copyright © 2008 Michael Bayne. All Rights Reserved.