Uses of Interface
com.jgoodies.forms.factories.ComponentFactory
-
Packages that use ComponentFactory 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. -
-
Uses of ComponentFactory in com.jgoodies.forms.builder
Methods in com.jgoodies.forms.builder that return ComponentFactory Modifier and Type Method Description ComponentFactoryPanelBuilder. getComponentFactory()Returns the builder's component factory.Methods in com.jgoodies.forms.builder with parameters of type ComponentFactory Modifier and Type Method Description voidPanelBuilder. setComponentFactory(ComponentFactory newFactory)Sets a new component factory. -
Uses of ComponentFactory in com.jgoodies.forms.factories
Subinterfaces of ComponentFactory in com.jgoodies.forms.factories Modifier and Type Interface Description interfaceComponentFactory2An extension to the ComponentFactory interface that describes the describes the read-only label creation introduced by the Forms 1.3.Classes in com.jgoodies.forms.factories that implement ComponentFactory Modifier and Type Class Description classDefaultComponentFactoryA singleton implementation of theComponentFactoryinterface that creates UI components as required by thePanelBuilder.
-