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.impl |
Here default implementations of the
Builder interfaces can be found. |
Modifier and Type | Method and Description |
---|---|
Builder |
ApplicationBuilderData.getBuilder()
Returns a reference to the
Builder instance that processed this
object. |
Builder |
ApplicationContextImpl.newBuilder()
Returns a new
instance. |
Builder |
ApplicationContext.newBuilder()
Returns a new
instance. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.setBuilder(Builder builder)
Sets the
Builder that processed this object. |
Modifier and Type | Method and Description |
---|---|
Builder |
BuilderData.getBuilder()
Returns a reference to the
Builder object that generated the
builder results. |
Modifier and Type | Method and Description |
---|---|
void |
BuilderData.setBuilder(Builder bldr)
Sets a reference to the
Builder that performs this builder
operation. |
Modifier and Type | Class and Description |
---|---|
class |
JellyBuilder
An implementation of the
Builder interface that uses Commons Jelly for processing build
scripts and creating GUI components. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.