|
|||||||||||
| 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 |
PanelBuilder.getComponentFactory()
Returns the builder's component factory. |
| Methods in com.jgoodies.forms.builder with parameters of type ComponentFactory | |
void |
PanelBuilder.setComponentFactory(ComponentFactory newFactory)
Sets a new component factory. |
| Uses of ComponentFactory in com.jgoodies.forms.factories |
| Classes in com.jgoodies.forms.factories that implement ComponentFactory | |
class |
DefaultComponentFactory
A singleton implementaton of the ComponentFactory interface
that creates UI components as required by the
PanelBuilder. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||