org.eclipse.emf.common
Interface CommonPluginProperties

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

public interface CommonPluginProperties
extends com.google.gwt.i18n.client.Messages


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
 
Method Summary
 java.lang.String abstractCommandDescription()
           
 java.lang.String abstractCommandLabel()
           
 java.lang.String cancelDiagnostic0()
           
 java.lang.String commandWrapperDescription()
           
 java.lang.String commandWrapperLabel()
           
 java.lang.String compoundCommandDescription()
           
 java.lang.String compoundCommandLabel()
           
 java.lang.String excMethodNotImplemented(java.lang.Object substitution)
           
 java.lang.String identityCommandDescription()
           
 java.lang.String identityCommandLabel()
           
 java.lang.String ignoreExceptionException()
           
 java.lang.String imageResourceNotFoundException(java.lang.Object substitution)
           
 java.lang.String nullLogEntryException()
           
 java.lang.String okDiagnostic0()
           
 java.lang.String stringResourceNotFoundException(java.lang.Object substitution)
           
 java.lang.String unexecutableCommandDescription()
           
 java.lang.String unexecutableCommandLabel()
           
 

Method Detail

excMethodNotImplemented

@Messages.DefaultMessage(value="The method {0} is not implemented")
java.lang.String excMethodNotImplemented(java.lang.Object substitution)

abstractCommandLabel

@Messages.DefaultMessage(value="Do Command")
java.lang.String abstractCommandLabel()

abstractCommandDescription

@Messages.DefaultMessage(value="Execute a command")
java.lang.String abstractCommandDescription()

commandWrapperLabel

@Messages.DefaultMessage(value="Wrapper")
java.lang.String commandWrapperLabel()

commandWrapperDescription

@Messages.DefaultMessage(value="Execute an empty command wrapper")
java.lang.String commandWrapperDescription()

compoundCommandLabel

@Messages.DefaultMessage(value="Do Commands")
java.lang.String compoundCommandLabel()

compoundCommandDescription

@Messages.DefaultMessage(value="Execute a series of commands")
java.lang.String compoundCommandDescription()

identityCommandLabel

@Messages.DefaultMessage(value="Identity")
java.lang.String identityCommandLabel()

identityCommandDescription

@Messages.DefaultMessage(value="Execute nothing but yield a result")
java.lang.String identityCommandDescription()

unexecutableCommandLabel

@Messages.DefaultMessage(value="Do Nothing")
java.lang.String unexecutableCommandLabel()

unexecutableCommandDescription

@Messages.DefaultMessage(value="Execute nothing whatsoever")
java.lang.String unexecutableCommandDescription()

ignoreExceptionException

@Messages.DefaultMessage(value="An exception was ignored during command execution")
java.lang.String ignoreExceptionException()

nullLogEntryException

@Messages.DefaultMessage(value="A null log entry was logged")
java.lang.String nullLogEntryException()

stringResourceNotFoundException

@Messages.DefaultMessage(value="The string resource \'\'{0}\'\' could not be located")
java.lang.String stringResourceNotFoundException(java.lang.Object substitution)

imageResourceNotFoundException

@Messages.DefaultMessage(value="The image resource \'\'{0}\'\' could not be located")
java.lang.String imageResourceNotFoundException(java.lang.Object substitution)

okDiagnostic0

@Messages.DefaultMessage(value="OK")
java.lang.String okDiagnostic0()

cancelDiagnostic0

@Messages.DefaultMessage(value="Cancel")
java.lang.String cancelDiagnostic0()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.