org.eclipse.gmf.codegen.gmfgen
Interface Shortcuts

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenDiagram
All Known Implementing Classes:
GenDiagramImpl

public interface Shortcuts
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Shortcuts'.

The following features are supported:

See Also:
GMFGenPackage.getShortcuts()

Method Summary
 boolean generateCreateShortcutAction()
           
 boolean generateShortcutIcon()
           
 org.eclipse.emf.common.util.EList<String> getContainsShortcutsTo()
          Returns the value of the 'Contains Shortcuts To' attribute list.
 String getCreateShortcutActionClassName()
          Returns the value of the 'Create Shortcut Action Class Name' attribute.
 String getCreateShortcutActionQualifiedClassName()
           
 String getCreateShortcutDecorationsCommandClassName()
          Returns the value of the 'Create Shortcut Decorations Command Class Name' attribute.
 String getCreateShortcutDecorationsCommandQualifiedClassName()
           
 String getShortcutPropertyTesterClassName()
          Returns the value of the 'Shortcut Property Tester Class Name' attribute.
 String getShortcutPropertyTesterQualifiedClassName()
           
 String getShortcutsDecoratorProviderClassName()
          Returns the value of the 'Shortcuts Decorator Provider Class Name' attribute.
 ProviderPriority getShortcutsDecoratorProviderPriority()
          Returns the value of the 'Shortcuts Decorator Provider Priority' attribute.
 String getShortcutsDecoratorProviderQualifiedClassName()
           
 org.eclipse.emf.common.util.EList<String> getShortcutsProvidedFor()
          Returns the value of the 'Shortcuts Provided For' attribute list.
 void setCreateShortcutActionClassName(String value)
          Sets the value of the 'Create Shortcut Action Class Name' attribute.
 void setCreateShortcutDecorationsCommandClassName(String value)
          Sets the value of the 'Create Shortcut Decorations Command Class Name' attribute.
 void setShortcutPropertyTesterClassName(String value)
          Sets the value of the 'Shortcut Property Tester Class Name' attribute.
 void setShortcutsDecoratorProviderClassName(String value)
          Sets the value of the 'Shortcuts Decorator Provider Class Name' attribute.
 void setShortcutsDecoratorProviderPriority(ProviderPriority value)
          Sets the value of the 'Shortcuts Decorator Provider Priority' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getShortcutsDecoratorProviderClassName

String getShortcutsDecoratorProviderClassName()
Returns the value of the 'Shortcuts Decorator Provider Class Name' attribute.

If the meaning of the 'Shortcuts Decorator Provider Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Shortcuts Decorator Provider Class Name' attribute.
See Also:
setShortcutsDecoratorProviderClassName(String), GMFGenPackage.getShortcuts_ShortcutsDecoratorProviderClassName()

setShortcutsDecoratorProviderClassName

void setShortcutsDecoratorProviderClassName(String value)
Sets the value of the 'Shortcuts Decorator Provider Class Name' attribute.

Parameters:
value - the new value of the 'Shortcuts Decorator Provider Class Name' attribute.
See Also:
getShortcutsDecoratorProviderClassName()

getShortcutsDecoratorProviderPriority

ProviderPriority getShortcutsDecoratorProviderPriority()
Returns the value of the 'Shortcuts Decorator Provider Priority' attribute. The literals are from the enumeration ProviderPriority.

If the meaning of the 'Shortcuts Decorator Provider Priority' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Shortcuts Decorator Provider Priority' attribute.
See Also:
ProviderPriority, setShortcutsDecoratorProviderPriority(ProviderPriority), GMFGenPackage.getShortcuts_ShortcutsDecoratorProviderPriority()

setShortcutsDecoratorProviderPriority

void setShortcutsDecoratorProviderPriority(ProviderPriority value)
Sets the value of the 'Shortcuts Decorator Provider Priority' attribute.

Parameters:
value - the new value of the 'Shortcuts Decorator Provider Priority' attribute.
See Also:
ProviderPriority, getShortcutsDecoratorProviderPriority()

getCreateShortcutActionClassName

String getCreateShortcutActionClassName()
Returns the value of the 'Create Shortcut Action Class Name' attribute.

If the meaning of the 'Create Shortcut Action Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Create Shortcut Action Class Name' attribute.
See Also:
setCreateShortcutActionClassName(String), GMFGenPackage.getShortcuts_CreateShortcutActionClassName()

setCreateShortcutActionClassName

void setCreateShortcutActionClassName(String value)
Sets the value of the 'Create Shortcut Action Class Name' attribute.

Parameters:
value - the new value of the 'Create Shortcut Action Class Name' attribute.
See Also:
getCreateShortcutActionClassName()

getCreateShortcutDecorationsCommandClassName

String getCreateShortcutDecorationsCommandClassName()
Returns the value of the 'Create Shortcut Decorations Command Class Name' attribute.

If the meaning of the 'Create Shortcut Decorations Command Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Create Shortcut Decorations Command Class Name' attribute.
See Also:
setCreateShortcutDecorationsCommandClassName(String), GMFGenPackage.getShortcuts_CreateShortcutDecorationsCommandClassName()

setCreateShortcutDecorationsCommandClassName

void setCreateShortcutDecorationsCommandClassName(String value)
Sets the value of the 'Create Shortcut Decorations Command Class Name' attribute.

Parameters:
value - the new value of the 'Create Shortcut Decorations Command Class Name' attribute.
See Also:
getCreateShortcutDecorationsCommandClassName()

getShortcutPropertyTesterClassName

String getShortcutPropertyTesterClassName()
Returns the value of the 'Shortcut Property Tester Class Name' attribute.

If the meaning of the 'Shortcut Property Tester Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Shortcut Property Tester Class Name' attribute.
See Also:
setShortcutPropertyTesterClassName(String), GMFGenPackage.getShortcuts_ShortcutPropertyTesterClassName()

setShortcutPropertyTesterClassName

void setShortcutPropertyTesterClassName(String value)
Sets the value of the 'Shortcut Property Tester Class Name' attribute.

Parameters:
value - the new value of the 'Shortcut Property Tester Class Name' attribute.
See Also:
getShortcutPropertyTesterClassName()

getContainsShortcutsTo

org.eclipse.emf.common.util.EList<String> getContainsShortcutsTo()
Returns the value of the 'Contains Shortcuts To' attribute list. The list contents are of type String. Set of domain meta-model file extensions. Elements of the corresponding models could be added as a shortcut on this diagram.

Returns:
the value of the 'Contains Shortcuts To' attribute list.
See Also:
GMFGenPackage.getShortcuts_ContainsShortcutsTo()

getShortcutsProvidedFor

org.eclipse.emf.common.util.EList<String> getShortcutsProvidedFor()
Returns the value of the 'Shortcuts Provided For' attribute list. The list contents are of type String. Set of domain meta-model names. Elements of this diagram domain model could be added as a shortcuts to the diagrams of the specified domains.

Returns:
the value of the 'Shortcuts Provided For' attribute list.
See Also:
GMFGenPackage.getShortcuts_ShortcutsProvidedFor()

getShortcutsDecoratorProviderQualifiedClassName

String getShortcutsDecoratorProviderQualifiedClassName()


getCreateShortcutActionQualifiedClassName

String getCreateShortcutActionQualifiedClassName()


getCreateShortcutDecorationsCommandQualifiedClassName

String getCreateShortcutDecorationsCommandQualifiedClassName()


getShortcutPropertyTesterQualifiedClassName

String getShortcutPropertyTesterQualifiedClassName()


generateCreateShortcutAction

boolean generateCreateShortcutAction()


generateShortcutIcon

boolean generateShortcutIcon()



Copyright © 2011. All Rights Reserved.