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 thePanelBuilder
and its subclasses. -
Class Summary Class Description Borders Provides constants and factory methods forBorder
s that use instances ofConstantSize
to define the margins.Borders.EmptyBorder An empty border that uses 4 instances ofConstantSize
to define the top, left, bottom and right gap.CC A factory for CellConstraints objects.DefaultComponentFactory A singleton implementation of theComponentFactory
interface 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.