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