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 theFormBuilder
,ListViewBuilder
, and other builders. -
Class Summary Class Description Borders Deprecated. Replaced byPaddings
.CC A factory for CellConstraints objects.DefaultComponentFactory A singleton implementation of theComponentFactory
interface that creates UI components as required by theFormBuilder
,ListViewBuilder
, and other builders.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 frequently used categories of forms.Paddings Provides constants and factory methods for paddings that use instances ofConstantSize
to define the margins.Paddings.Padding AnEmptyBorder
that uses 4 instances ofConstantSize
to define the top, left, bottom and right gap.