org.xwiki.gwt.wysiwyg.client
Interface Messages

All Superinterfaces:
com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages

public interface Messages
extends com.google.gwt.i18n.client.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 MessageFormat style.

Version:
$Id: 8836cd10ebd64fa8d978609749a30232c9c1eacf $

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
 
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
 String macroInsertTooltip(String macroName)
           
 

Field Detail

INSTANCE

static final Messages INSTANCE
An instance of this message bundle that can be used anywhere in the code to obtain localized strings.

Method Detail

macroInsertTooltip

String macroInsertTooltip(String macroName)
Parameters:
macroName - the name of the macro that is going to be inserted
Returns:
a string that can be used as a tool tip for the tool bar button that opens the insert macro dialog for the specified macro


Copyright © 2004–2014 XWiki. All rights reserved.