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 ComponentFactory
FormsSetup.componentFactoryDefault
Holds the global factory that is used as default for the per-instance component factory.Methods in com.jgoodies.forms that return ComponentFactoryModifier and TypeMethodDescriptionstatic ComponentFactory
FormsSetup.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 void
FormsSetup.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 ComponentFactory
FormBuilder.factory
private ComponentFactory
ListViewBuilder.factory
Methods in com.jgoodies.forms.builder that return ComponentFactoryModifier and TypeMethodDescriptionprotected ComponentFactory
FormBuilder.getFactory()
private ComponentFactory
ListViewBuilder.getFactory()
Methods in com.jgoodies.forms.builder with parameters of type ComponentFactoryModifier and TypeMethodDescriptionFormBuilder.factory
(ComponentFactory factory) Setsfactory
as 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) Setsfactory
as 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 TypeClassDescriptionclass
A singleton implementation of theComponentFactory
interface 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 ComponentFactory
AbstractBuilder.componentFactory
Refers to a factory that is used to create labels, titles, separators, and buttons.Methods in com.jgoodies.forms.internal that return ComponentFactoryModifier and TypeMethodDescriptionprotected ComponentFactory
AbstractBuilder.createComponentFactory()
Invoked when the per-instance component factory is lazily initialized.final ComponentFactory
AbstractBuilder.getComponentFactory()
Returns this builder's component factory.Methods in com.jgoodies.forms.internal with parameters of type ComponentFactoryModifier and TypeMethodDescriptionfinal void
AbstractBuilder.setComponentFactory
(ComponentFactory newFactory) Sets a new component factory for this builder, overriding the default as provided byFormsSetup.getComponentFactoryDefault()
.