|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceCollection | |
|---|---|
| org.openbp.common.rc | The resource framework provides a standard resource bundle to inherit from it. |
| org.openbp.common.rc.data | The package contains all complex resource items having not a official defined mime type. |
| org.openbp.common.rc.image | The image package contains all image resource items. |
| org.openbp.common.rc.primitive | The package contains all primitive resource items. |
| org.openbp.common.rc.text | The text package contains all text resource items. |
| Uses of ResourceCollection in org.openbp.common.rc |
|---|
| Fields in org.openbp.common.rc declared as ResourceCollection | |
|---|---|
protected ResourceCollection |
ResourceCollection.parentResourceCollection
Parent resource |
protected ResourceCollection |
ResourceItem.resourceCollection
Resource this item belongs to |
| Methods in org.openbp.common.rc that return ResourceCollection | |
|---|---|
ResourceCollection |
ResourceCollection.getParentResource()
Gets the parent resource. |
ResourceCollection |
ResourceCollectionMgr.getResource(java.lang.String containerName,
java.lang.Class cls)
Gets the resource for the given class using the default locale. |
ResourceCollection |
ResourceCollectionMgr.getResource(java.lang.String containerName,
java.lang.Class cls,
java.util.Locale locale)
Gets the resource for the given class using the given locale. |
ResourceCollection |
ResourceCollectionMgr.getResource(java.lang.String containerName,
java.lang.String resourceName)
Gets the resource using the default locale. |
ResourceCollection |
ResourceCollectionMgr.getResource(java.lang.String containerName,
java.lang.String resourceName,
java.util.Locale locale)
Gets the resource using the given locale. |
ResourceCollection |
ResourceItem.getResourceCollection()
Gets the resource this item belongs to. |
| Methods in org.openbp.common.rc with parameters of type ResourceCollection | |
|---|---|
void |
ResourceCollection.addImport(ResourceCollection importedResourceCollection)
Add a imported resource to this resource. |
static java.lang.String |
ResourceCollectionUtil.formatMsg(ResourceCollection res,
java.lang.String key,
java.lang.Object arg1)
Retrieves a message from the given resource and formats it using the given arguments (convenience method). |
static java.lang.String |
ResourceCollectionUtil.formatMsg(ResourceCollection res,
java.lang.String key,
java.lang.Object[] args)
Retrieves a message from the given resource and formats it using the given arguments. |
static java.lang.String |
ResourceCollectionUtil.formatMsg(ResourceCollection res,
java.lang.String key,
java.lang.Object arg1,
java.lang.Object arg2)
Retrieves a message from the given resource and formats it using the given arguments (convenience method). |
static java.lang.String |
ResourceCollectionUtil.formatMsg(ResourceCollection res,
java.lang.String key,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Retrieves a message from the given resource and formats it using the given arguments (convenience method). |
static char |
ResourceCollectionUtil.getOptionalChar(ResourceCollection res,
java.lang.String key,
char dflt)
Gets the character value or a default if not found. |
static int |
ResourceCollectionUtil.getOptionalInt(ResourceCollection res,
java.lang.String key,
int dflt)
Gets the integer value or a default if not found. |
void |
ResourceItem.initializeFromDOM(ResourceCollection resourceCollection,
org.w3c.dom.Element source,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
static void |
ResourceCollectionUtil.loadDescriptionObjectFromResource(DescriptionObject o,
ResourceCollection res,
java.lang.String prefix)
Loads the description from the given resource. |
static void |
ResourceCollectionUtil.loadDisplayObjectFromResource(DisplayObject o,
ResourceCollection res,
java.lang.String prefix)
Loads the description from the given resource. |
void |
ResourceCollection.setParentResource(ResourceCollection parentResourceCollection)
Sets the parent resource. |
| Uses of ResourceCollection in org.openbp.common.rc.data |
|---|
| Methods in org.openbp.common.rc.data with parameters of type ResourceCollection | |
|---|---|
void |
TKeystroke.initializeFromDOM(ResourceCollection res,
org.w3c.dom.Element source,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
| Uses of ResourceCollection in org.openbp.common.rc.image |
|---|
| Methods in org.openbp.common.rc.image with parameters of type ResourceCollection | |
|---|---|
void |
TMulti.initializeFromDOM(ResourceCollection res,
org.w3c.dom.Element sourceElement,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
void |
AbstractJavaImage.initializeFromDOM(ResourceCollection res,
org.w3c.dom.Element sourceElement,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
| Uses of ResourceCollection in org.openbp.common.rc.primitive |
|---|
| Methods in org.openbp.common.rc.primitive with parameters of type ResourceCollection | |
|---|---|
void |
TInteger.initializeFromDOM(ResourceCollection res,
org.w3c.dom.Element source,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
void |
TCharacter.initializeFromDOM(ResourceCollection res,
org.w3c.dom.Element source,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
void |
TChar.initializeFromDOM(ResourceCollection res,
org.w3c.dom.Element source,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
| Uses of ResourceCollection in org.openbp.common.rc.text |
|---|
| Methods in org.openbp.common.rc.text with parameters of type ResourceCollection | |
|---|---|
void |
TPlain.initializeFromDOM(ResourceCollection res,
org.w3c.dom.Element source,
java.lang.String group)
Determines the information from the DOM element and set this to the resource item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||