wol.resources
Class Messages
java.lang.Object
wol.resources.Messages
- public class Messages
- extends Object
- Author:
- Steffen Moldaner
Method Summary |
int |
getChar(String key)
|
String |
getFormattedString(String key,
Object argument)
|
String |
getFormattedString(String key,
Object[] arguments)
|
String |
getFormattedString(String key,
Object argument1,
Object argument2)
|
String |
getFormattedString(String key,
Object argument1,
Object argument2,
Object argument3)
|
String |
getFormattedString(String key,
Object argument1,
Object argument2,
Object argument3,
Object argument4)
|
String |
getString(String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR_MESSAGES
public static final Messages ERROR_MESSAGES
CMD_MESSAGES
public static final Messages CMD_MESSAGES
UI_MESSAGES
public static final Messages UI_MESSAGES
getString
public String getString(String key)
getChar
public int getChar(String key)
getFormattedString
public String getFormattedString(String key,
Object[] arguments)
getFormattedString
public String getFormattedString(String key,
Object argument)
getFormattedString
public String getFormattedString(String key,
Object argument1,
Object argument2)
getFormattedString
public String getFormattedString(String key,
Object argument1,
Object argument2,
Object argument3)
getFormattedString
public String getFormattedString(String key,
Object argument1,
Object argument2,
Object argument3,
Object argument4)