| 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 |
|---|---|
protected ComponentFactory |
AbstractBuilder.createComponentFactory()
Invoked when the per-instance component factory is lazily initialized.
|
ComponentFactory |
AbstractBuilder.getComponentFactory()
Returns this builder's component factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBuilder.setComponentFactory(ComponentFactory newFactory)
Sets a new component factory for this builder,
overriding the default as provided by
AbstractBuilder.getDefaultComponentFactory(). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentFactory2
An extension to the ComponentFactory interface that describes
the describes the read-only label creation introduced by the
Forms 1.3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentFactory
A singleton implementation of the
ComponentFactory interface
that creates UI components as required by the
PanelBuilder. |
Copyright © 2012 JGoodies. All Rights Reserved.