Package | Description |
---|---|
net.sf.jguiraffe.di |
DI stands for Dependency Injection.
|
net.sf.jguiraffe.di.impl |
This package contains various implementations for the interfaces defined in the
main
di package. |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanContext.addBeanCreationListener(BeanCreationListener l)
Adds a new
BeanCreationListener to this context. |
void |
BeanContext.removeBeanCreationListener(BeanCreationListener l)
Removes the specified
BeanCreationListener from this context. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBeanContext.addBeanCreationListener(BeanCreationListener l)
Adds the specified
BeanCreationListener to this context. |
void |
BeanContextWrapper.addBeanCreationListener(BeanCreationListener l)
Adds the specified
BeanCreationListener to this context. |
void |
DefaultBeanContext.removeBeanCreationListener(BeanCreationListener l)
Removes the specified
BeanCreationListener from this context. |
void |
BeanContextWrapper.removeBeanCreationListener(BeanCreationListener l)
Removes the specified
BeanCreationListener from this context. |
Modifier and Type | Method and Description |
---|---|
Collection<BeanCreationListener> |
ApplicationBuilderData.getBeanCreationListeners()
Returns a collection with
BeanCreationListener objects to be
registered at the BeanContext created by the builder. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.addBeanCreationListener(BeanCreationListener l)
Adds the specified
BeanCreationListener to this object. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.addBeanCreationListeners(Collection<? extends BeanCreationListener> listeners)
Adds all
BeanCreationListener objects contained in the given
collection to this object. |
Modifier and Type | Method and Description |
---|---|
Collection<BeanCreationListener> |
BuilderData.getBeanCreationListeners()
Returns a collection with objects to be registered as
BeanCreationListener at the BeanContext created during the
builder operation. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.