ProgramixGenericLib v5.0.1

Package com.programix.gui.layout

Handy layout managers for Swing and AWT containers.

See:
          Description

Class Summary
AbstractTableLayout Generalized layout for components that are going to be laid out in rows and columns.
AnchorLayout This LayoutManager lays out a single component within a container "anchoring" it as specified by the AnchorPoint.
AnchorTableLayout A table layout that allows an AnchorPoint to be specified for some (or all) of child components added, for some (or all) of the columns, and for some (or all) of the column headers.
ButtonLayout Superclass for common functionality of ColumnButtonLayout and RowButtonLayout.
ColumnButtonLayout Lays out the components in column(s) forcing all of the components to be the same size.
ColumnCoordinator NOTE: This is not ready for use in this release! DO NOT USE!
ComponentOutliner  
FormLayout Lays out the components in two (typically) columns, generally with the label in the left column and the input component in the right column.
RowButtonLayout Lays out the components in row(s) forcing all of the components to be the same size.
ShelfLayout Lays out components in a single horizontal row (on a "shelf").
StackLayout Lays out components in a vertical stack (single column).
 

Package com.programix.gui.layout Description

Handy layout managers for Swing and AWT containers. FormLayout, StackLayout, ShelfLayout, AnchorTableLayout, and ColumnButtonLayout are great ones to start with.


ProgramixGenericLib v5.0.1

Copyright © 2001-2009 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.