org.eclipse.gmf.graphdef.editor.providers
Class GMFGraphShortcutsDecoratorProvider

java.lang.Object
  extended by org.eclipse.gmf.runtime.common.core.service.AbstractProvider
      extended by org.eclipse.gmf.graphdef.editor.providers.GMFGraphShortcutsDecoratorProvider
All Implemented Interfaces:
org.eclipse.gmf.runtime.common.core.service.IProvider, org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorProvider

public class GMFGraphShortcutsDecoratorProvider
extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider
implements org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorProvider

Generated

Nested Class Summary
protected  class GMFGraphShortcutsDecoratorProvider.ShortcutsDecorator
           
 
Field Summary
static String SHORTCUTS_DECORATOR_ID
           
 
Constructor Summary
GMFGraphShortcutsDecoratorProvider()
           
 
Method Summary
 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 Detail

SHORTCUTS_DECORATOR_ID

public static final String SHORTCUTS_DECORATOR_ID
See Also:
Constant Field Values
Generated
Constructor Detail

GMFGraphShortcutsDecoratorProvider

public GMFGraphShortcutsDecoratorProvider()
Method Detail

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

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


Copyright © 2012. All Rights Reserved.