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:
@see com.jgoodies.forms.layout
@see com.jgoodies.forms.builder
|
Java Source File Name | Type | Comment |
Borders.java | Class | |
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 String arguments passed to the methods #createLabel(String) ,
#createTitle(String) , and
#createSeparator(String, int) can contain an optional
mnemonic marker. |
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. |
FormFactory.java | Class | A factory that creates instances of FormLayout for frequently used
form layouts. |