com.jgoodies.forms.factories |
|
Java Source File Name | Type | Comment |
Borders.java | Class | Provides constants and factory methods for Border s that use
instances of
ConstantSize to define the margins. |
ButtonBarFactory.java | Class | A factory class that consists only of static methods to build frequently used
button bars. |
ComponentFactory.java | Interface | An interface that defines the factory methods as used by the
com.jgoodies.forms.builder.PanelBuilder and its subclasses.
The texts used in methods #createLabel(String) and
#createTitle(String) can contain an optional mnemonic marker.
The mnemonic and mnemonic index are indicated by a single ampersand (&).
For example "&Save", or
"Save &as". |
DefaultComponentFactory.java | Class | A singleton implementaton of the
ComponentFactory interface that
creates UI components as required by the
com.jgoodies.forms.builder.PanelBuilder .
The texts used in methods #createLabel(String) and
#createTitle(String) can contain an optional mnemonic marker.
The mnemonic and mnemonic index are indicated by a single ampersand (&).
For example "&Save", or
"Save &as". |
FormFactory.java | Class | A factory that creates instances of FormLayout for frequently used form
layouts. |