Package | Description |
---|---|
net.sf.jguiraffe.di.impl |
This package contains various implementations for the interfaces defined in the
main
di package. |
net.sf.jguiraffe.gui.builder.action |
The
action sub package of the builder contains interfaces and
classes for dealing with actions and related objects during a builder operation. |
net.sf.jguiraffe.gui.builder.components |
This package defines the part of the builder that deals with components.
|
net.sf.jguiraffe.gui.builder.window |
The interfaces and classes in this package support the creation of several types
of windows in builder scripts.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBeanStoreImpl.addBeanContributor(SimpleBeanStoreImpl.BeanContributor contr)
Adds a new
BeanContributor to this object. |
void |
SimpleBeanStoreImpl.removeBeanContributor(SimpleBeanStoreImpl.BeanContributor contr)
Removes the specified bean contributor from this object.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionBuilder
A central data class used during the action builder process.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentBuilderData
A class for storing temporary data and the results of a form builder
operation.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowBuilderData
A data class that stores important information needed during a window builder
process.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.