Consists of optional Forms framework factory classes that assist you in building consistent forms quickly.
See: Description
Interface Summary | |
---|---|
ComponentFactory |
An interface that defines the factory methods as used by the
PanelBuilder and its subclasses.
The String arguments passed to the methods |
Class Summary | |
---|---|
Borders |
Provides constants and factory methods for Border s that use
instances of ConstantSize to define the margins.
Examples: Borders.DLU2_BORDER Borders.createEmptyBorder(Sizes.DLUY4, Sizes.DLUX2, Sizes.DLUY4, Sizes.DLUX2); Borders.createEmptyBorder("4dlu, 2dlu, 4dlu, 2dlu"); |
Borders.EmptyBorder | An empty border that uses 4 instances of ConstantSize to define the gaps on all sides. |
ButtonBarFactory | A factory class that consists only of static methods to build frequently used button bars. |
DefaultComponentFactory |
A singleton implementaton of the ComponentFactory interface
that creates UI components as required by the
PanelBuilder.
The texts used in methods |
FormFactory | A factory that creates instances of FormLayout for frequently used form layouts. |
See Also: com.jgoodies.forms.layout com.jgoodies.forms.builder