| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentFactory | |
|---|---|
| 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 | 
| Uses of ComponentFactory in com.jgoodies.forms.builder | 
|---|
| Methods in com.jgoodies.forms.builder that return ComponentFactory | |
|---|---|
| protected  ComponentFactory | AbstractBuilder.createComponentFactory()Invoked when the per-instance component factory is lazily initialized. | 
|  ComponentFactory | AbstractBuilder.getComponentFactory()Returns this builder's component factory. | 
| static ComponentFactory | AbstractBuilder.getComponentFactoryDefault()Returns the factory that is used as default for new builder's as they are created. | 
| Methods in com.jgoodies.forms.builder with parameters of type ComponentFactory | |
|---|---|
|  void | AbstractBuilder.setComponentFactory(ComponentFactory newFactory)Sets a new component factory for this builder, overriding the default as provided by AbstractBuilder.getComponentFactoryDefault(). | 
| static void | AbstractBuilder.setComponentFactoryDefault(ComponentFactory factory)Sets the global default that is used to initialize the per-instance component factory. | 
| Constructors in com.jgoodies.forms.builder with parameters of type ComponentFactory | |
|---|---|
| ListViewBuilder(ComponentFactory factory)Constructs a ListViewBuilder using the given component factory. | |
| Uses of ComponentFactory in com.jgoodies.forms.factories | 
|---|
| Classes in com.jgoodies.forms.factories that implement ComponentFactory | |
|---|---|
|  class | DefaultComponentFactoryA singleton implementation of the ComponentFactoryinterface
 that creates UI components as required by thePanelBuilder. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||