Package mondrian.gui.validate
Interface Messages
-
- All Known Implementing Classes:
WorkbenchMessages
public interface Messages
Message provider. Extracted interface frommondrian.gui.I18n
.- Author:
- mlowery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-