wol.resources
Class Messages

java.lang.Object
  extended bywol.resources.Messages

public class Messages
extends Object

Author:
Steffen Moldaner

Field Summary
static Messages CMD_MESSAGES
           
static Messages ERROR_MESSAGES
           
static Messages UI_MESSAGES
           
 
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
 

Field Detail

ERROR_MESSAGES

public static final Messages ERROR_MESSAGES

CMD_MESSAGES

public static final Messages CMD_MESSAGES

UI_MESSAGES

public static final Messages UI_MESSAGES
Method Detail

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)