|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.lang.Messages
public class Messages
Language files for the GENE package.
Method Summary | |
---|---|
static String |
getString(String key)
Gets message for given key. |
static String |
getString(String key,
Object... params)
Gets message for given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getString(String key)
key
- key in the properties file.
public static String getString(String key, Object... params)
key
- key in the properties file.params
- message variable part replacements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |