Class EMFProfileShortcutsDecoratorProvider

java.lang.Object
org.eclipse.gmf.runtime.common.core.service.AbstractProvider
org.modelversioning.emfprofile.diagram.providers.EMFProfileShortcutsDecoratorProvider
All Implemented Interfaces:
org.eclipse.gmf.runtime.common.core.service.IProvider, org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorProvider

public class EMFProfileShortcutsDecoratorProvider extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider implements org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorProvider
Generated class or method.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createDecorators(org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorTarget decoratorTarget)
     
    boolean
    provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
     

    Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider

    addProviderChangeListener, fireProviderChange, removeProviderChangeListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider

    addProviderChangeListener, removeProviderChangeListener
  • Field Details

    • SHORTCUTS_DECORATOR_ID

      public static final String SHORTCUTS_DECORATOR_ID
      See Also:
      Generated class or method.
  • Constructor Details

    • EMFProfileShortcutsDecoratorProvider

      public EMFProfileShortcutsDecoratorProvider()
  • Method Details

    • provides

      public boolean provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
      Specified by:
      provides in interface org.eclipse.gmf.runtime.common.core.service.IProvider
      Generated class or method.
    • createDecorators

      public void createDecorators(org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorTarget decoratorTarget)
      Specified by:
      createDecorators in interface org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorProvider
      Generated class or method.