|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.util.UIStrings
Uses a ResourceBundle as a dictionary mapping IDs against user-readable Strings that can be presented on the UI. A custom resource bundle should be provided, with a call to setPropertiesName during application initialisation.
Method Summary | |
static java.lang.String |
get(java.lang.String inKey)
TODO: document the method |
static void |
setPropertiesName(java.lang.String inName)
Sets the properties name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String get(java.lang.String inKey)
inKey
- TODO: Describe the Parameter
public static void setPropertiesName(java.lang.String inName)
inName
- The new propertiesName value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |