de.cau.cs.kieler.core.model.gmf.handlers
Class AbstractCutCopyPasteHandlerProvider
java.lang.Object
org.eclipse.gmf.runtime.common.core.service.AbstractProvider
org.eclipse.gmf.runtime.common.ui.services.action.global.AbstractGlobalActionHandlerProvider
de.cau.cs.kieler.core.model.gmf.handlers.AbstractCutCopyPasteHandlerProvider
- All Implemented Interfaces:
- IProvider, IGlobalActionHandlerProvider
- Direct Known Subclasses:
- KEGCutCopyPasteHandlerProvider, SyncchartsCutCopyPasteHandlerProvider
public abstract class AbstractCutCopyPasteHandlerProvider
- extends AbstractGlobalActionHandlerProvider
Handler for passing cut, copy and paste request to the appropriate KSbase
handler if applicable.
- Rating

- (2010-06-15) msp, cmot
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCutCopyPasteHandlerProvider
public AbstractCutCopyPasteHandlerProvider()
- Creates a new instance.
getHandler
protected abstract DiagramGlobalActionHandler getHandler()
- Provides the actual handler.
- Returns:
- the handler
getGlobalActionHandler
public IGlobalActionHandler getGlobalActionHandler(IGlobalActionHandlerContext context)
-
- Specified by:
getGlobalActionHandler
in interface IGlobalActionHandlerProvider
- Overrides:
getGlobalActionHandler
in class AbstractGlobalActionHandlerProvider