Uses of Interface
com.jgoodies.forms.factories.ComponentFactory
-
Packages that use ComponentFactory Package Description com.jgoodies.forms 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
Fields in com.jgoodies.forms declared as ComponentFactory Modifier and Type Field Description private static ComponentFactoryFormsSetup. componentFactoryDefaultHolds the global factory that is used as default for the per-instance component factory.Methods in com.jgoodies.forms that return ComponentFactory Modifier and Type Method Description static ComponentFactoryFormsSetup. getComponentFactoryDefault()Returns the factory that is used as default for new builder's as they are created.Methods in com.jgoodies.forms with parameters of type ComponentFactory Modifier and Type Method Description static voidFormsSetup. setComponentFactoryDefault(ComponentFactory factory)Sets the global default that is used to initialize the per-instance component factory. -
Uses of ComponentFactory in com.jgoodies.forms.builder
Fields in com.jgoodies.forms.builder declared as ComponentFactory Modifier and Type Field Description private ComponentFactoryAbstractBuilder. componentFactoryRefers to a factory that is used to create labels, titles, separators, and buttons.private ComponentFactoryListViewBuilder. factoryMethods in com.jgoodies.forms.builder that return ComponentFactory Modifier and Type Method Description protected ComponentFactoryAbstractBuilder. createComponentFactory()Invoked when the per-instance component factory is lazily initialized.ComponentFactoryAbstractBuilder. getComponentFactory()Returns this builder's component factory.Methods in com.jgoodies.forms.builder with parameters of type ComponentFactory Modifier and Type Method Description voidAbstractBuilder. setComponentFactory(ComponentFactory newFactory)Sets a new component factory for this builder, overriding the default as provided byFormsSetup.getComponentFactoryDefault().Constructors in com.jgoodies.forms.builder with parameters of type ComponentFactory Constructor Description 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 Modifier and Type Class Description classDefaultComponentFactoryA singleton implementation of theComponentFactoryinterface that creates UI components as required by thePanelBuilder.
-