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 |
---|---|
static ComponentFactory2 |
AbstractBuilder.getDefaultComponentFactory()
Returns the factory that is used as default for new builder's
as they are created.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractBuilder.setDefaultComponentFactory(ComponentFactory2 factory)
Sets the global default that is used to initialize the per-instance
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 . |
Copyright © 2012 JGoodies. All Rights Reserved.