|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.editors.Common
Column class provides the utility methods to retrieve localized text
| Field Summary | |
static java.util.ResourceBundle |
RESOURCE_BUNDLE
Specifies the resource bundle |
| Constructor Summary | |
Common()
|
|
| Method Summary | |
static java.lang.String |
getLocalizedString(java.lang.Class cls,
java.lang.String str)
Returns the localized string of the given string |
static java.lang.String |
getLocalizedString(java.lang.String str)
Returns the localized string of the given string |
static java.lang.String |
getLocalizedString(java.lang.String str,
java.lang.String value)
Returns the localized string of the given string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final transient java.util.ResourceBundle RESOURCE_BUNDLE
| Constructor Detail |
public Common()
| Method Detail |
public static java.lang.String getLocalizedString(java.lang.String str)
str - the string as a key
public static java.lang.String getLocalizedString(java.lang.String str,
java.lang.String value)
str - the string as a keyvalue - the default string as a value
public static java.lang.String getLocalizedString(java.lang.Class cls,
java.lang.String str)
cls - the bean classstr - the string as a key
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||