|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ecl.datepicker.UIMessages
public final class UIMessages
is a collection of messages used by the controls mostly for tips as locale specific names of weekdays and monthes are got from the locale.
| Method Summary | |
|---|---|
static String |
format(String key,
Object arg)
Returns the formatted message for the given key in the resource bundle. |
static String |
format(String key,
Object[] args)
Returns the formatted message for the given key in the resource bundle. |
static ResourceBundle |
getBundle()
Returns the resource bundle that contains locale-specific messages for the UI library. |
static String |
getString(String key)
Returns the resource object with the given key in the resource bundle. |
static String |
getString(String key,
String defaultValue)
Returns the resource object with the given key in the resource bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String format(String key,
Object arg)
key - the resource namearg - the message argument
public static String format(String key,
Object[] args)
key - the resource nameargs - the message arguments
public static ResourceBundle getBundle()
public static String getString(String key)
key - the resource name
public static String getString(String key,
String defaultValue)
key - the resource namedefaultValue - the default value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||