Package | Description |
---|---|
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.resources |
A package with interfaces and classes for accessing resources.
|
net.sf.jguiraffe.resources.impl |
The implementation package for the
resources package. |
net.sf.jguiraffe.transform |
The transform package contains interfaces and classes for transforming
and validating data.
|
Modifier and Type | Method and Description |
---|---|
ResourceManager |
ApplicationContextImpl.getResourceManager()
Returns the actual resource manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationContextImpl.setResourceManager(ResourceManager resourceManager)
Sets the resource manager.
|
void |
ApplicationContext.setResourceManager(ResourceManager rm)
Sets the resource manager.
|
Constructor and Description |
---|
ApplicationContextImpl(Locale locale,
ResourceManager resMan)
Creates a new instance of
ApplicationContextImpl and sets
the current locale and the resource manager to use. |
Modifier and Type | Method and Description |
---|---|
String |
Message.resolve(ResourceManager resMan,
Locale locale)
Resolves this message and returns its text value in the given locale.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceManagerImpl
A default implementation of the
ResourceManager interface. |
Modifier and Type | Method and Description |
---|---|
ResourceManager |
TransformerContextPropertiesWrapper.getResourceManager()
Returns the resource manager.
|
ResourceManager |
TransformerContext.getResourceManager()
Returns the current
ResourceManager . |
Copyright © 2016 The JGUIraffe Team. All rights reserved.