Package com.jgoodies.forms.factories
Consists of optional Forms framework factory classes that assist you
in building consistent forms quickly.
Related Documentation
For more information see:-
Interface Summary Interface Description ComponentFactory An interface that defines the factory methods as used by thePanelBuilderand its subclasses. -
Class Summary Class Description Borders Provides constants and factory methods forBorders that use instances ofConstantSizeto define the margins.Borders.EmptyBorder An empty border that uses 4 instances ofConstantSizeto define the top, left, bottom and right gap.CC A factory for CellConstraints objects.DefaultComponentFactory A singleton implementation of theComponentFactoryinterface that creates UI components as required by thePanelBuilder.DefaultComponentFactory.FormsLabel Differs from its superclass JLabel in that it removes a trailing colon (':') - if any - from the label's accessible name.DefaultComponentFactory.ReadOnlyLabel A FormsLabel subclasses intended to label read-only components.DefaultComponentFactory.TitledSeparatorLayout A layout for the title label and separator(s) in titled separators.DefaultComponentFactory.TitleLabel A label that uses the TitleBorder font and color.Forms Provides convenience behavior for building forms.