Uses of Interface
com.jgoodies.forms.factories.ComponentFactory
Packages that use ComponentFactory
Package
Description
Contains optional builder classes of the Forms framework.
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 ComponentFactoryModifier and TypeFieldDescriptionprivate static ComponentFactoryFormsSetup.componentFactoryDefaultHolds the global factory that is used as default for the per-instance component factory.Methods in com.jgoodies.forms that return ComponentFactoryModifier and TypeMethodDescriptionstatic 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 ComponentFactoryModifier and TypeMethodDescriptionstatic 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 ComponentFactoryModifier and TypeFieldDescriptionprivate ComponentFactoryFormBuilder.factoryprivate ComponentFactoryListViewBuilder.factoryMethods in com.jgoodies.forms.builder that return ComponentFactoryModifier and TypeMethodDescriptionprotected ComponentFactoryFormBuilder.getFactory()private ComponentFactoryListViewBuilder.getFactory()Methods in com.jgoodies.forms.builder with parameters of type ComponentFactoryModifier and TypeMethodDescriptionFormBuilder.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.ListViewBuilder.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 ComponentFactoryModifier and TypeClassDescriptionclassA 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 ComponentFactoryModifier and TypeFieldDescriptionprivate ComponentFactoryAbstractBuilder.componentFactoryRefers to a factory that is used to create labels, titles, separators, and buttons.Methods in com.jgoodies.forms.internal that return ComponentFactoryModifier and TypeMethodDescriptionprotected ComponentFactoryAbstractBuilder.createComponentFactory()Invoked when the per-instance component factory is lazily initialized.final ComponentFactoryAbstractBuilder.getComponentFactory()Returns this builder's component factory.Methods in com.jgoodies.forms.internal with parameters of type ComponentFactoryModifier and TypeMethodDescriptionfinal voidAbstractBuilder.setComponentFactory(ComponentFactory newFactory) Sets a new component factory for this builder, overriding the default as provided byFormsSetup.getComponentFactoryDefault().