| Package | Description |
|---|---|
| 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.resources.impl.bundle |
This package contains an implementation of
ResourceLoader and
ResourceGroup based on Java resource bundles. |
| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
ResourceManager.getResourceLoader()
Returns the
ResourceLoader that is associated with this
resource manager. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceManager.setResourceLoader(ResourceLoader resourceLoader)
Sets the
ResourceLoader for this resource manager. |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceLoader |
ResourceManagerImpl.fetchLoader()
Fetches the resource loader.
|
ResourceLoader |
ResourceManagerImpl.getResourceLoader()
Returns the associated
ResourceLoader object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceManagerImpl.setResourceLoader(ResourceLoader resourceLoader)
Sets the
ResourceLoader to use. |
| Constructor and Description |
|---|
ResourceManagerImpl(ResourceLoader loader)
Creates a new instance of
ResourceManagerImpl and
initializes the associated resource loader. |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleResourceLoader
A specialized implementation of the
ResourceLoader interface that
make use of the default Java resource bundles. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.