|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides services for externalization of static text messages rendered in a chart. The chart title and axis titles are presently externalizable. Custom series types may choose to make use of the externalization service provided by this interface. Note that the externalization service needs to be implemented by a target host service. This service is provided by the BIRT reporting context.
Field Summary | |
static char |
KEY_SEPARATOR
Defines a separator for a fully externalized message reference containing a key on the LHS and a value on the RHS separated by the key separator. |
Method Summary | |
java.lang.String |
getMessageValue(java.lang.String sKey,
java.util.Locale lcl)
Deprecated. use getMessageValue(String, ULocale) instead. |
java.lang.String |
getMessageValue(java.lang.String sKey,
com.ibm.icu.util.ULocale lcl)
Retrieves an externalized text message value from a message base file associated with the report design. |
Field Detail |
public static final char KEY_SEPARATOR
Method Detail |
public java.lang.String getMessageValue(java.lang.String sKey, java.util.Locale lcl)
getMessageValue(String, ULocale)
instead.
sKey
- The key for which an externalized message is looked up.lcl
- The locale for which an externalized message file is
retrieved.
public java.lang.String getMessageValue(java.lang.String sKey, com.ibm.icu.util.ULocale lcl)
sKey
- The key for which an externalized message is looked up.lcl
- The locale for which an externalized message file is
retrieved.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |