|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.gui.validate.impl.WorkbenchMessages
public class WorkbenchMessages
Implementation of Messages for Workbench.
| Constructor Summary | |
|---|---|
WorkbenchMessages(I18n i18n)
Creates a WorkbenchMessages. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFormattedString(java.lang.String stringId,
java.lang.String defaultValue,
java.lang.Object... args)
Returns the string with given key with substitutions. |
java.lang.String |
getString(java.lang.String stringID,
java.lang.String defaultValue)
Returns the string with given key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkbenchMessages(I18n i18n)
i18n - Resources| Method Detail |
|---|
public java.lang.String getFormattedString(java.lang.String stringId,
java.lang.String defaultValue,
java.lang.Object... args)
Messages
getFormattedString in interface MessagesstringId - KeydefaultValue - default if key does not existargs - arguments to substitute
public java.lang.String getString(java.lang.String stringID,
java.lang.String defaultValue)
Messages
getString in interface MessagesstringID - keydefaultValue - default if key does not exist
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||