Modifier and Type | Interface | Description |
---|---|---|
interface |
ResourceBundleData |
Todo: Document Me
|
Modifier and Type | Method | Description |
---|---|---|
ResourceData |
ResourceLoader.load(ResourceKey key) |
Loads the binary data represented by this key.
|
ResourceData |
ResourceManager.load(ResourceKey key) |
|
ResourceData |
DefaultResourceManagerBackend.loadRawData(ResourceManager frontEnd,
ResourceKey key) |
|
ResourceData |
ResourceManager.loadRawData(ResourceKey key) |
|
ResourceData |
ResourceManagerBackend.loadRawData(ResourceManager frontEnd,
ResourceKey key) |
Modifier and Type | Method | Description |
---|---|---|
Resource |
DefaultResourceManagerBackend.create(ResourceManager frontEnd,
ResourceData data,
ResourceKey context,
java.lang.Class[] target) |
|
Resource |
ResourceFactory.create(ResourceManager manager,
ResourceData data,
ResourceKey context) |
Creates a resource by interpreting the data given in the resource-data object.
|
Resource |
ResourceManagerBackend.create(ResourceManager frontEnd,
ResourceData key,
ResourceKey context,
java.lang.Class[] target) |
Modifier and Type | Class | Description |
---|---|---|
class |
CachingResourceBundleData |
A very simple implementation which is suitable for smaller objects.
|
class |
CachingResourceData |
A very simple implementation which is suitable for smaller objects.
|
Modifier and Type | Method | Description |
---|---|---|
static ResourceData |
CachingResourceData.createCached(ResourceData data) |
|
ResourceData |
DefaultResourceDataCacheEntry.getData() |
|
ResourceData |
ResourceDataCacheEntry.getData() |
|
ResourceData |
NullResourceDataCache.put(ResourceManager caller,
ResourceData data) |
|
ResourceData |
ResourceDataCache.put(ResourceManager caller,
ResourceData data) |
Stores the given data on the cache.
|
Modifier and Type | Method | Description |
---|---|---|
static ResourceData |
CachingResourceData.createCached(ResourceData data) |
|
ResourceData |
NullResourceDataCache.put(ResourceManager caller,
ResourceData data) |
|
ResourceData |
ResourceDataCache.put(ResourceManager caller,
ResourceData data) |
Stores the given data on the cache.
|
void |
NullResourceDataCache.remove(ResourceData data) |
|
void |
ResourceDataCache.remove(ResourceData data) |
Constructor | Description |
---|---|
CachingResourceData(ResourceData data) |
|
DefaultResourceDataCacheEntry(ResourceData data,
ResourceManager manager) |
Modifier and Type | Method | Description |
---|---|---|
int |
AbstractFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data) |
|
int |
FactoryModule.canHandleResource(ResourceManager caller,
ResourceData data) |
|
Resource |
AbstractResourceFactory.create(ResourceManager manager,
ResourceData data,
ResourceKey context) |
|
Resource |
FactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context) |
Modifier and Type | Method | Description |
---|---|---|
Resource |
GIFImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context) |
|
Resource |
JPEGImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context) |
|
Resource |
PNGImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context) |
Modifier and Type | Method | Description |
---|---|---|
Resource |
PropertiesResourceFactory.create(ResourceManager manager,
ResourceData data,
ResourceKey context) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractResourceData |
Creation-Date: 05.04.2006, 15:24:47
|
class |
URLResourceData |
A generic read handler for URL resources.
|
Modifier and Type | Method | Description |
---|---|---|
ResourceData |
URLResourceLoader.load(ResourceKey key) |
Modifier and Type | Class | Description |
---|---|---|
class |
FileResourceData |
A simple file reader.
|
Modifier and Type | Method | Description |
---|---|---|
ResourceData |
FileResourceLoader.load(ResourceKey key) |
Modifier and Type | Class | Description |
---|---|---|
class |
RawResourceData |
Creation-Date: 12.04.2006, 15:06:48
|
Modifier and Type | Method | Description |
---|---|---|
ResourceData |
RawResourceLoader.load(ResourceKey key) |
Modifier and Type | Class | Description |
---|---|---|
class |
ClassloaderResourceData |
Creation-Date: 05.04.2006, 15:15:36
|
Modifier and Type | Method | Description |
---|---|---|
ResourceData |
ClassloaderResourceLoader.load(ResourceKey key) |
Modifier and Type | Class | Description |
---|---|---|
class |
ZipResourceData |
Creation-Date: 05.04.2006, 15:44:07
|
Modifier and Type | Method | Description |
---|---|---|
ResourceData |
ZipEntryKey.getZipFile() |
|
ResourceData |
ZipResourceLoader.load(ResourceKey key) |
Constructor | Description |
---|---|
ZipEntryKey(ResourceData zipFile,
java.lang.String entryName) |
Modifier and Type | Method | Description |
---|---|---|
int |
ImageIOFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data) |
|
Resource |
ImageIOFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context) |