|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentFactory2 | |
---|---|
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 ComponentFactory2 in com.jgoodies.forms.builder |
---|
Methods in com.jgoodies.forms.builder that return ComponentFactory2 | |
---|---|
static ComponentFactory2 |
AbstractBuilder.getDefaultComponentFactory()
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 ComponentFactory2 | |
---|---|
static void |
AbstractBuilder.setDefaultComponentFactory(ComponentFactory2 factory)
Sets the global default that is used to initialize the per-instance component factory. |
Uses of ComponentFactory2 in com.jgoodies.forms.factories |
---|
Classes in com.jgoodies.forms.factories that implement ComponentFactory2 | |
---|---|
class |
DefaultComponentFactory
A singleton implementation of the ComponentFactory interface
that creates UI components as required by the
PanelBuilder . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |