mondrian.gui.validate
Interface Messages

All Known Implementing Classes:
WorkbenchMessages

public interface Messages

Message provider. Extracted interface from mondrian.gui.I18n.

Author:
mlowery
 

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

getString

String getString(String stringID,
                 String defaultValue)
Returns the string with given key.

Parameters:
stringID - key
defaultValue - default if key does not exist
Returns:
message

getFormattedString

String getFormattedString(String stringID,
                          String defaultValue,
                          Object[] args)
Returns the string with given key with substitutions.

Parameters:
stringID - key
defaultValue - default if key does not exist
args - arguments to substitute
Returns:
message

SourceForge.net_Logo