Package com.jgoodies.forms.factories

Consists of optional Forms framework factory classes that assist you in building consistent forms quickly.

Interface Summary

ComponentFactory An interface that defines the factory methods as used by the PanelBuilder and its subclasses.

Class Summary

Borders Provides constants and factory methods for Borders that use instances of ConstantSize to define the margins.
Borders.EmptyBorder An empty border that uses 4 instances of ConstantSize to define the top, left, bottom and right gap.
ButtonBarFactory A factory class that consists only of static methods to build frequently used button bars.
DefaultComponentFactory A singleton implementation of the ComponentFactory interface that creates UI components as required by the PanelBuilder.
FormFactory Provides frequently used column and row specifications.
Consists of optional Forms framework factory classes that assist you in building consistent forms quickly. <!--

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
-->

Related Documentation

For more information see: <!-- Put @see and @since tags down here. -->

Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.