Package | Description |
---|---|
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.gui.builder |
The main package of the builder.
|
net.sf.jguiraffe.gui.builder.components |
This package defines the part of the builder that deals with components.
|
net.sf.jguiraffe.gui.forms |
A package for dealing with forms.
|
net.sf.jguiraffe.gui.forms.bind |
This package contains implementations for concrete binding strategies.
|
Modifier and Type | Method and Description |
---|---|
protected BindingStrategy |
ApplicationContextImpl.fetchBindingStrategy()
Obtains the
BindingStrategy for a builder operation. |
BindingStrategy |
ApplicationBuilderData.getBindingStrategy()
Returns the
BindingStrategy used by the current form. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.setBindingStrategy(BindingStrategy strat)
Sets the
BindingStrategy to be used by the current form. |
Modifier and Type | Method and Description |
---|---|
BindingStrategy |
BuilderData.getBindingStrategy()
Returns the
BindingStrategy to be used by the form. |
Modifier and Type | Method and Description |
---|---|
void |
ComponentBuilderData.initializeForm(TransformerContext tctx,
BindingStrategy strategy)
Initializes the main form to be maintained by the
ComponentBuilderData
object. |
Modifier and Type | Method and Description |
---|---|
BindingStrategy |
Form.getBindingStrategy()
Returns the
BindingStrategy used by this form. |
Constructor and Description |
---|
Form(TransformerContext ctx,
BindingStrategy strat)
Creates a new instance of
Form and initializes it with all
required helper objects. |
Modifier and Type | Class and Description |
---|---|
class |
BeanBindingStrategy
An implementation of the
BindingStrategy interface that operates on
Java beans. |
class |
DummyBindingStrategy
A dummy implementation of the
BindingStrategy interface. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.