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 theBuilderinterfaces 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 classDefaultFieldHandlerFactoryA default implementation of theFieldHandlerFactoryinterface.Methods in net.sf.jguiraffe.gui.builder.components that return FieldHandlerFactory Modifier and Type Method Description FieldHandlerFactoryComponentBuilderData. getFieldHandlerFactory()Returns the field handler factory.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type FieldHandlerFactory Modifier and Type Method Description voidComponentBuilderData. 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 FieldHandlerFactoryJellyBuilder. 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 voidJellyBuilder. setFieldHandlerFactory(FieldHandlerFactory fieldHandlerFactory)Sets the field handler factory to be used by this builder.
-