|
|||||||||
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 |