|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.controller.resource.ResourceController
public class ResourceController
The ResourceController
class contains methods for loading text resources.
Method Summary | |
---|---|
static void |
changeInstance()
Changes the loaded resource bundle to the new bundle for actully chosen editor language. |
static java.lang.String |
getMessage(java.lang.String key)
Gets the text resource of the actual language for the input key. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object... args)
Gets the text resource of the actual language for the input key and arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void changeInstance()
public static java.lang.String getMessage(java.lang.String key)
key
- the key of the text resource.
public static java.lang.String getMessage(java.lang.String key, java.lang.Object... args)
key
- the key of the text resource.args
- the arguments of the text resource.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |