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.
|
net.sf.jguiraffe.gui.builder.components |
This package defines the part of the builder that deals with components.
|
net.sf.jguiraffe.gui.builder.impl |
Here default implementations of the
Builder interfaces can be found. |
Modifier and Type | Method and Description |
---|---|
BeanContext |
BeanCreationEvent.getBeanContext()
Returns the
BeanContext that caused this event. |
Modifier and Type | Method and Description |
---|---|
void |
BeanContextClient.setBeanContext(BeanContext context)
Passes the current
BeanContext to this object. |
void |
DependencyProvider.setCreationBeanContext(BeanContext context)
Sets the
BeanContext that is responsible for a
BeanCreationEvent notification. |
Constructor and Description |
---|
BeanCreationEvent(BeanContext source,
BeanProvider provider,
DependencyProvider depProvider,
Object newBean)
Creates a new instance of
BeanCreationEvent and initializes it. |
Modifier and Type | Class and Description |
---|---|
class |
BeanContextWrapper
A simple wrapper implementation of the
BeanContext interface. |
class |
DefaultBeanContext
A default implementation of the
BeanContext interface. |
Modifier and Type | Method and Description |
---|---|
BeanContext |
BeanContextWrapper.getWrappedContext()
Returns the wrapped bean context.
|
Modifier and Type | Method and Description |
---|---|
void |
RestrictedDependencyProvider.setCreationBeanContext(BeanContext context)
Sets the context that is responsible for a bean creation event.
|
Constructor and Description |
---|
BeanContextWrapper(BeanContext wrappedContext)
Creates a new instance of
BeanContextWrapper and sets the
wrapped context. |
BeanContextWrapper(BeanContext wrappedContext,
BeanStore defaultStore)
Creates a new instance of
BeanContextWrapper and sets the
wrapped context and the default bean store. |
Modifier and Type | Method and Description |
---|---|
protected BeanContext |
CommandActionTask.fetchBeanContext()
Returns the
BeanContext to use and checks whether it is defined. |
BeanContext |
CommandActionTask.getBeanContext()
Returns the current
BeanContext . |
BeanContext |
ApplicationContextImpl.getBeanContext()
Returns the global bean context.
|
BeanContext |
ApplicationContext.getBeanContext()
Returns the application global
BeanContext . |
BeanContext |
ApplicationBuilderData.getBuilderContext()
Returns the bean context used by the builder.
|
BeanContext |
Application.getMainWindowBeanContext()
Returns the
BeanContext that was created when processing the
builder script for the main window. |
BeanContext |
ApplicationBuilderData.getParentContext()
Returns the parent bean context.
|
protected BeanContext |
Application.initBeans(org.apache.commons.configuration.Configuration config)
Initializes the application's bean definitions.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<Locator> |
Application.findBeanDefinitions(org.apache.commons.configuration.Configuration config,
BeanContext beanCtx)
Returns a collection with additional bean definition files to process.
|
static Application |
Application.getInstance(BeanContext context)
Obtains the central
Application instance from the specified
BeanContext . |
void |
CommandActionTask.setBeanContext(BeanContext context)
Sets the current
BeanContext . |
void |
ApplicationContextImpl.setBeanContext(BeanContext beanContext)
Sets the global bean context.
|
void |
ApplicationBuilderData.setBuilderContext(BeanContext ctx)
Sets the bean context used by the builder.
|
void |
ApplicationBuilderData.setParentContext(BeanContext ctx)
Sets the parent bean context.
|
Modifier and Type | Method and Description |
---|---|
BeanContext |
BuilderData.getBuilderContext()
Returns the bean context that is used by the builder and the created
components.
|
BeanContext |
BuilderData.getParentContext()
Returns a reference to the parent bean context.
|
Modifier and Type | Method and Description |
---|---|
void |
BuilderData.setBuilderContext(BeanContext ctx)
Sets the bean context used during the builder operation.
|
Modifier and Type | Method and Description |
---|---|
BeanContext |
ComponentBuilderData.getBeanContext()
Returns the
BeanContext managed by this instance. |
Modifier and Type | Method and Description |
---|---|
static ComponentGroup |
ComponentGroup.fromBeanContext(BeanContext context,
String groupName)
Obtains the
ComponentGroup with the specified name from the given
BeanContext . |
static boolean |
ComponentGroup.groupExistsInBeanContext(BeanContext context,
String groupName)
Tests whether a group with the specified name exists in the given
BeanContext . |
void |
ComponentBuilderData.setBeanContext(BeanContext ctx)
Allows to set a specific
BeanContext . |
Modifier and Type | Method and Description |
---|---|
protected void |
JellyBuilder.registerBeanCreationListeners(BeanContext context,
BuilderData data)
Registers the
BeanCreationListener objects defined by the
BuilderData object at the specified BeanContext . |
Copyright © 2016 The JGUIraffe Team. All rights reserved.