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 the
Builder interfaces can be found. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFieldHandlerFactory
A default implementation of the
FieldHandlerFactory interface. |
Modifier and Type | Method and Description |
---|---|
FieldHandlerFactory |
ComponentBuilderData.getFieldHandlerFactory()
Returns the field handler factory.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentBuilderData.setFieldHandlerFactory(FieldHandlerFactory fieldHandlerFactory)
Sets the field handler factory.
|
Modifier and Type | Method and Description |
---|---|
FieldHandlerFactory |
JellyBuilder.getFieldHandlerFactory()
Returns the field handler factory used by this builder.
|
Modifier and Type | Method and Description |
---|---|
void |
JellyBuilder.setFieldHandlerFactory(FieldHandlerFactory fieldHandlerFactory)
Sets the field handler factory to be used by this builder.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.