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.builder.impl |
Here default implementations of the
Builder interfaces can be found. |
Modifier and Type | Method and Description |
---|---|
ConversionHelper |
InvocationHelper.getConversionHelper()
Returns the
ConversionHelper instance associated with this
object. |
ConversionHelper |
BeanStore.getConversionHelper()
Returns a
ConversionHelper object for performing type conversions
on the beans contained in this BeanStore . |
ConversionHelper |
ConversionHelper.getParent()
Returns the parent of this instance.
|
Constructor and Description |
---|
ConversionHelper(ConversionHelper parent)
Creates a new instance of
ConversionHelper and initializes it
with the given parent instance. |
InvocationHelper(ConversionHelper convHlp)
Creates a new instance of
InvocationHelper and initializes it
with the given ConversionHelper instance. |
Modifier and Type | Method and Description |
---|---|
static ConversionHelper |
DefaultBeanStore.fetchConversionHelper(BeanStore store,
boolean createIfNecessary)
A convenience method for retrieving a
ConversionHelper object
from a hierarchy of bean stores. |
ConversionHelper |
SimpleBeanStoreImpl.getConversionHelper()
Returns the
ConversionHelper associated with this instance. |
ConversionHelper |
DefaultBeanStore.getConversionHelper()
Returns the
ConversionHelper associated with this object. |
ConversionHelper |
CombinedBeanStore.getConversionHelper()
Returns the
ConversionHelper associated with this instance. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBeanStoreImpl.setConversionHelper(ConversionHelper conversionHelper)
Sets the
ConversionHelper associated with this object. |
void |
DefaultBeanStore.setConversionHelper(ConversionHelper conversionHelper)
Sets the
ConversionHelper object to be associated with this
instance. |
Modifier and Type | Method and Description |
---|---|
ConversionHelper |
JellyContextBeanStore.getConversionHelper()
Returns the
ConversionHelper used by this bean store. |
Modifier and Type | Method and Description |
---|---|
void |
JellyBuilder.registerDefaultConverters(ConversionHelper conHlp)
Registers default converters at the specified
ConversionHelper
instance. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.