Package | Description |
---|---|
com.jgoodies.forms.builder |
Contains optional builder classes of the Forms framework.
|
com.jgoodies.forms.factories |
Consists of optional Forms framework factory classes that assist you
in building consistent forms quickly
|
Modifier and Type | Method and Description |
---|---|
ComponentFactory |
PanelBuilder.getComponentFactory()
Returns the builder's component factory.
|
Modifier and Type | Method and Description |
---|---|
void |
PanelBuilder.setComponentFactory(ComponentFactory newFactory)
Sets a new component factory.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultComponentFactory
A singleton implementation of the
ComponentFactory interface
that creates UI components as required by the
PanelBuilder . |