org.eclipse.emf.edit
Interface EMFEditPluginProperties

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

public interface EMFEditPluginProperties
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 addCommandDescription()
           
 java.lang.String addCommandDescriptionForList()
           
 java.lang.String addCommandLabel()
           
 java.lang.String childCreationExtenderExtensionpoint()
           
 java.lang.String copyCommandDescription()
           
 java.lang.String copyCommandLabel()
           
 java.lang.String copyToClipboardCommandDescription()
           
 java.lang.String copyToClipboardCommandLabel()
           
 java.lang.String createChildCommandDescription()
           
 java.lang.String createChildCommandLabel(java.lang.Object substitution)
           
 java.lang.String createChildDescription(java.lang.Object substitution0, java.lang.Object substitution1, java.lang.Object substitution2)
           
 java.lang.String createChildText(java.lang.Object substitution)
           
 java.lang.String createChildText2(java.lang.Object substitution0, java.lang.Object substitution1)
           
 java.lang.String createChildText3(java.lang.Object Substitution1)
           
 java.lang.String createChildTooltip(java.lang.Object substitution0, java.lang.Object substitution1)
           
 java.lang.String createCopyCommandDescription()
           
 java.lang.String createCopyCommandLabel()
           
 java.lang.String createSiblingDescription(java.lang.Object substitution0, java.lang.Object substitution1, java.lang.Object substitution2)
           
 java.lang.String cutToClipboardCommandDescription()
           
 java.lang.String cutToClipboardCommandLabel()
           
 java.lang.String deleteCommandDescription()
           
 java.lang.String deleteCommandLabel()
           
 java.lang.String dragAndDropCommandDescription()
           
 java.lang.String dragAndDropCommandLabel()
           
 java.lang.String excMethodNotImplemented(java.lang.Object substitution)
           
 java.lang.String initializeCopyCommandDescription()
           
 java.lang.String initializeCopyCommandLabel()
           
 java.lang.String itemProviderAdapterFactoryExtensionpoint()
           
 java.lang.String moveCommandDescription()
           
 java.lang.String moveCommandDescriptionForList()
           
 java.lang.String moveCommandLabel()
           
 java.lang.String pasteFromClipboardCommandDescription()
           
 java.lang.String pasteFromClipboardCommandLabel()
           
 java.lang.String propertyDescription(java.lang.Object substitution0, java.lang.Object substitution1)
           
 java.lang.String removeCommandDescription()
           
 java.lang.String removeCommandDescriptionForList()
           
 java.lang.String removeCommandLabel()
           
 java.lang.String replaceCommandDescription()
           
 java.lang.String replaceCommandLabel()
           
 java.lang.String resourceSetLabel()
           
 java.lang.String setCommandDescription()
           
 java.lang.String setCommandLabel()
           
 java.lang.String unknownDatatype()
           
 java.lang.String unknownFeature()
           
 java.lang.String unknownType()
           
 java.lang.String valuePropertyDescription()
           
 java.lang.String valuePropertyName()
           
 

Method Detail

excMethodNotImplemented

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

addCommandLabel

@Messages.DefaultMessage(value="Add")
java.lang.String addCommandLabel()

addCommandDescription

@Messages.DefaultMessage(value="Insert the objects into the feature of the owner")
java.lang.String addCommandDescription()

addCommandDescriptionForList

@Messages.DefaultMessage(value="Insert the objects into the list")
java.lang.String addCommandDescriptionForList()

copyCommandLabel

@Messages.DefaultMessage(value="Copy")
java.lang.String copyCommandLabel()

copyCommandDescription

@Messages.DefaultMessage(value="Create a recursive copy of the objects and their children")
java.lang.String copyCommandDescription()

copyToClipboardCommandLabel

@Messages.DefaultMessage(value="Copy to Clipboard")
java.lang.String copyToClipboardCommandLabel()

copyToClipboardCommandDescription

@Messages.DefaultMessage(value="Copy the objects to the clipboard")
java.lang.String copyToClipboardCommandDescription()

createCopyCommandLabel

@Messages.DefaultMessage(value="Create Copy")
java.lang.String createCopyCommandLabel()

createCopyCommandDescription

@Messages.DefaultMessage(value="Create a copy of the object")
java.lang.String createCopyCommandDescription()

cutToClipboardCommandLabel

@Messages.DefaultMessage(value="Cut")
java.lang.String cutToClipboardCommandLabel()

cutToClipboardCommandDescription

@Messages.DefaultMessage(value="Delete the objects and place them in the clipboard")
java.lang.String cutToClipboardCommandDescription()

dragAndDropCommandLabel

@Messages.DefaultMessage(value="Drag and Drop")
java.lang.String dragAndDropCommandLabel()

dragAndDropCommandDescription

@Messages.DefaultMessage(value="Drag the objects and drop them on some other object")
java.lang.String dragAndDropCommandDescription()

initializeCopyCommandLabel

@Messages.DefaultMessage(value="Initialize Copy")
java.lang.String initializeCopyCommandLabel()

initializeCopyCommandDescription

@Messages.DefaultMessage(value="Initialize the copy of the other object")
java.lang.String initializeCopyCommandDescription()

moveCommandLabel

@Messages.DefaultMessage(value="Move")
java.lang.String moveCommandLabel()

moveCommandDescription

@Messages.DefaultMessage(value="Move the value to a new index within the feature of the object")
java.lang.String moveCommandDescription()

moveCommandDescriptionForList

@Messages.DefaultMessage(value="Move the value to a new index within the list")
java.lang.String moveCommandDescriptionForList()

pasteFromClipboardCommandLabel

@Messages.DefaultMessage(value="Paste from Clipboard")
java.lang.String pasteFromClipboardCommandLabel()

pasteFromClipboardCommandDescription

@Messages.DefaultMessage(value="Paste the contents of the clipboard into the object")
java.lang.String pasteFromClipboardCommandDescription()

removeCommandLabel

@Messages.DefaultMessage(value="Remove")
java.lang.String removeCommandLabel()

removeCommandDescription

@Messages.DefaultMessage(value="Remove the objects from the feature of the owner")
java.lang.String removeCommandDescription()

removeCommandDescriptionForList

@Messages.DefaultMessage(value="Remove the objects from the list")
java.lang.String removeCommandDescriptionForList()

replaceCommandLabel

@Messages.DefaultMessage(value="Replace")
java.lang.String replaceCommandLabel()

replaceCommandDescription

@Messages.DefaultMessage(value="Replace the object from the feature of the owner with the collection of objects")
java.lang.String replaceCommandDescription()

setCommandLabel

@Messages.DefaultMessage(value="Set")
java.lang.String setCommandLabel()

setCommandDescription

@Messages.DefaultMessage(value="Set the value to the feature of the owner")
java.lang.String setCommandDescription()

createChildText

@Messages.DefaultMessage(value="{0}")
java.lang.String createChildText(java.lang.Object substitution)

createChildTooltip

@Messages.DefaultMessage(value="Create New {0} Under {1} Feature")
java.lang.String createChildTooltip(java.lang.Object substitution0,
                                                            java.lang.Object substitution1)

createChildDescription

@Messages.DefaultMessage(value="Create a new child of type {0} for the {1} feature of the selected {2}")
java.lang.String createChildDescription(java.lang.Object substitution0,
                                                                java.lang.Object substitution1,
                                                                java.lang.Object substitution2)

createSiblingDescription

@Messages.DefaultMessage(value="Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent")
java.lang.String createSiblingDescription(java.lang.Object substitution0,
                                                                  java.lang.Object substitution1,
                                                                  java.lang.Object substitution2)

createChildCommandLabel

@Messages.DefaultMessage(value="New {0}")
java.lang.String createChildCommandLabel(java.lang.Object substitution)

createChildCommandDescription

@Messages.DefaultMessage(value="Create a new object")
java.lang.String createChildCommandDescription()

unknownType

@Messages.DefaultMessage(value="Object")
java.lang.String unknownType()

unknownFeature

@Messages.DefaultMessage(value="Unspecified")
java.lang.String unknownFeature()

propertyDescription

@Messages.DefaultMessage(value="The {0} feature of type {1}")
java.lang.String propertyDescription(java.lang.Object substitution0,
                                                             java.lang.Object substitution1)

resourceSetLabel

@Messages.DefaultMessage(value="Resource Set")
java.lang.String resourceSetLabel()

valuePropertyName

@Messages.DefaultMessage(value="Value")
java.lang.String valuePropertyName()

valuePropertyDescription

@Messages.DefaultMessage(value="The value")
java.lang.String valuePropertyDescription()

createChildText2

@Messages.DefaultMessage(value="{1} {0}")
java.lang.String createChildText2(java.lang.Object substitution0,
                                                          java.lang.Object substitution1)

createChildText3

@Messages.DefaultMessage(value="{0}")
java.lang.String createChildText3(java.lang.Object Substitution1)

unknownDatatype

@Messages.DefaultMessage(value="Value")
java.lang.String unknownDatatype()

itemProviderAdapterFactoryExtensionpoint

@Messages.DefaultMessage(value="Registered Item Provider Adapter Factories")
java.lang.String itemProviderAdapterFactoryExtensionpoint()

deleteCommandLabel

@Messages.DefaultMessage(value="Delete")
java.lang.String deleteCommandLabel()

deleteCommandDescription

@Messages.DefaultMessage(value="Remove the objects and clean up any other references to them from within the editing domain")
java.lang.String deleteCommandDescription()

childCreationExtenderExtensionpoint

@Messages.DefaultMessage(value="Child Creation Extender")
java.lang.String childCreationExtenderExtensionpoint()

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