| Package | Description | 
|---|---|
| com.jgoodies.forms | |
| 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 | 
| com.jgoodies.forms.internal | 
| Modifier and Type | Method and Description | 
|---|---|
| static ComponentFactory | FormsSetup. getComponentFactoryDefault()Returns the factory that is used as default for new builder's
 as they are created. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | FormsSetup. setComponentFactoryDefault(ComponentFactory factory)Sets the global default that is used to initialize the per-instance
 component factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ComponentFactory | FormBuilder. getFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListViewBuilder | ListViewBuilder. factory(ComponentFactory factory)Sets  factoryas this builder's new component factory
 that is used to create the label or header components. | 
| FormBuilder | FormBuilder. factory(ComponentFactory factory)Sets  factoryas this builder's new component factory
 that is used when adding implicitly created components such as
 labels, titles, or titled separators. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultComponentFactoryA singleton implementation of the  ComponentFactoryinterface
 that creates UI components as required by theFormBuilder,ListViewBuilder, and other builders. | 
| 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
  FormsSetup.getComponentFactoryDefault(). | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.