|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Messages
Message provider. Extracted interface from mondrian.gui.I18n.
| Method Summary | |
|---|---|
String |
getFormattedString(String stringId,
String defaultValue,
Object... args)
Returns the string with given key with substitutions. |
String |
getString(String stringId,
String defaultValue)
Returns the string with given key. |
| Method Detail |
|---|
String getString(String stringId,
String defaultValue)
stringId - keydefaultValue - default if key does not exist
String getFormattedString(String stringId,
String defaultValue,
Object... args)
stringId - KeydefaultValue - default if key does not existargs - arguments to substitute
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||