|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Messages
A collection of Messages used to localize the user interface.
Use this interface only for l10n strings that have parameters. Make sure you follow the
java.text.MessageFormat style.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages |
|---|
com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText |
| Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource |
|---|
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning |
| Field Summary | |
|---|---|
static Messages |
INSTANCE
An instance of this message bundle that can be used anywhere in the code to obtain localized strings. |
| Method Summary | |
|---|---|
java.lang.String |
macroInsertTooltip(java.lang.String macroName)
|
| Field Detail |
|---|
static final Messages INSTANCE
| Method Detail |
|---|
java.lang.String macroInsertTooltip(java.lang.String macroName)
macroName - the name of the macro that is going to be inserted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||