ElegantJCharts Java API Specification v2.0

com.elegantj.editors
Class Common

java.lang.Object
  |
  +--com.elegantj.editors.Common

public class Common
extends java.lang.Object

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

RESOURCE_BUNDLE

public static final transient java.util.ResourceBundle RESOURCE_BUNDLE
Specifies the resource bundle

Constructor Detail

Common

public Common()
Method Detail

getLocalizedString

public static java.lang.String getLocalizedString(java.lang.String str)
Returns the localized string of the given string

Parameters:
str - the string as a key
Returns:
the localized string of the given string

getLocalizedString

public static java.lang.String getLocalizedString(java.lang.String str,
                                                  java.lang.String value)
Returns the localized string of the given string

Parameters:
str - the string as a key
value - the default string as a value
Returns:
the localized string of the given string

getLocalizedString

public static java.lang.String getLocalizedString(java.lang.Class cls,
                                                  java.lang.String str)
Returns the localized string of the given string

Parameters:
cls - the bean class
str - the string as a key
Returns:
the localized string of the given string

ElegantJCharts Java API Specification v2.0

For any feedback, suggestion, or query, please revert back to support@elegantcharts.com

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.