Package mondrian.gui.validate
Interface Messages
-
- All Known Implementing Classes:
WorkbenchMessages
public interface MessagesMessage provider. Extracted interface frommondrian.gui.I18n.- Author:
- mlowery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormattedString(String stringId, String defaultValue, Object... args)Returns the string with given key with substitutions.StringgetString(String stringId, String defaultValue)Returns the string with given key.
-