See: Description
| Interface | Description |
|---|---|
| ComponentFactory |
An interface that defines the factory methods as used by the
PanelBuilder and its subclasses. |
| Class | Description |
|---|---|
| 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. |
| CC |
A factory for CellConstraints objects.
|
| DefaultComponentFactory |
A singleton implementation of the
ComponentFactory interface
that creates UI components as required by the
PanelBuilder. |
| 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.
|
com.jgoodies.forms.layout,
com.jgoodies.forms.builder