Uses of Interface
net.sf.jguiraffe.gui.builder.components.FieldHandlerFactory
-
Packages that use FieldHandlerFactory Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilder
interfaces can be found. -
-
Uses of FieldHandlerFactory in net.sf.jguiraffe.gui.builder.components
Classes in net.sf.jguiraffe.gui.builder.components that implement FieldHandlerFactory Modifier and Type Class Description class
DefaultFieldHandlerFactory
A default implementation of theFieldHandlerFactory
interface.Methods in net.sf.jguiraffe.gui.builder.components that return FieldHandlerFactory Modifier and Type Method Description FieldHandlerFactory
ComponentBuilderData. getFieldHandlerFactory()
Returns the field handler factory.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type FieldHandlerFactory Modifier and Type Method Description void
ComponentBuilderData. setFieldHandlerFactory(FieldHandlerFactory fieldHandlerFactory)
Sets the field handler factory. -
Uses of FieldHandlerFactory in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that return FieldHandlerFactory Modifier and Type Method Description FieldHandlerFactory
JellyBuilder. getFieldHandlerFactory()
Returns the field handler factory used by this builder.Methods in net.sf.jguiraffe.gui.builder.impl with parameters of type FieldHandlerFactory Modifier and Type Method Description void
JellyBuilder. setFieldHandlerFactory(FieldHandlerFactory fieldHandlerFactory)
Sets the field handler factory to be used by this builder.
-