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.com.jgoodies.forms.internal -
-
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 ComponentFactoryFormBuilder. factoryprivate ComponentFactoryListViewBuilder. factoryMethods in com.jgoodies.forms.builder that return ComponentFactory Modifier and Type Method Description protected ComponentFactoryFormBuilder. getFactory()private ComponentFactoryListViewBuilder. getFactory()Methods in com.jgoodies.forms.builder with parameters of type ComponentFactory Modifier and Type Method Description FormBuilderFormBuilder. factory(ComponentFactory factory)Setsfactoryas this builder's new component factory that is used when adding implicitly created components such as labels, titles, or titled separators.ListViewBuilderListViewBuilder. factory(ComponentFactory factory)Setsfactoryas this builder's new component factory that is used to create the label or header components. -
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 theFormBuilder,ListViewBuilder, and other builders. -
Uses of ComponentFactory in com.jgoodies.forms.internal
Fields in com.jgoodies.forms.internal declared as ComponentFactory Modifier and Type Field Description private ComponentFactoryAbstractBuilder. componentFactoryRefers to a factory that is used to create labels, titles, separators, and buttons.Methods in com.jgoodies.forms.internal 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.internal 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().
-