Package | Description |
---|---|
net.sf.jguiraffe.gui.builder |
The main package of the builder.
|
net.sf.jguiraffe.gui.builder.impl |
Here default implementations of the
Builder interfaces can be found. |
Modifier and Type | Method and Description |
---|---|
void |
Builder.build(Locator script,
BuilderData data)
A generic builder method.
|
BeanBuilderResult |
BeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider)
Executes a script with bean definitions.
|
BeanBuilderResult |
BeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider,
InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.
|
void |
Builder.buildContainer(Locator script,
BuilderData data,
Object container)
A convenience method for constructing the GUI of the given passed in
container.
|
Window |
Builder.buildWindow(Locator script,
BuilderData data)
A convenience method for building windows like top-level frames or
dialogs.
|
BeanBuilder |
BeanBuilderFactory.getBeanBuilder()
Returns a
BeanBuilder object for processing a script with
bean definitions. |
Modifier and Type | Method and Description |
---|---|
void |
JellyBuilder.build(Locator script,
BuilderData data)
A generic build method for executing a builder script.
|
BeanBuilderResult |
JellyBeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider)
Executes a script with bean definitions.
|
BeanBuilderResult |
JellyBeanBuilder.build(Locator script,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider,
InvocationHelper invHlp)
Executes a script with bean definitions and the specified helper objects.
|
void |
JellyBuilder.buildContainer(Locator script,
BuilderData data,
Object container)
A convenience method for building the content of a container object.
|
Window |
JellyBuilder.buildWindow(Locator script,
BuilderData data)
A convenience method for building windows.
|
protected BeanBuilderResult |
JellyBeanBuilder.executeScript(Locator script,
org.apache.commons.jelly.JellyContext context,
MutableBeanStore rootStore,
ClassLoaderProvider loaderProvider,
InvocationHelper invHlp)
Executes the specified script on the given Jelly context.
|
protected void |
JellyBuilder.fetchResults(org.apache.commons.jelly.JellyContext context,
BuilderData data,
BeanBuilderResult result,
Locator script)
Fetches all result variables from the context and stores them in the
builder parameter object.
|
BeanBuilder |
JellyBeanBuilderFactory.getBeanBuilder()
Returns the builder instance to be used.
|
protected void |
JellyBuilder.performBuild(Locator script,
BuilderData data,
Object rootContainer)
The main method for executing a builder script.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.