public abstract class AbstractCopyQualifiedNameHandler
extends org.eclipse.core.commands.AbstractHandler
| Constructor and Description |
|---|
AbstractCopyQualifiedNameHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
protected CopyQualifiedNameService |
getCopyQualifiedNameService(org.eclipse.emf.ecore.EObject selectedElement) |
protected String |
getQualifiedName(org.eclipse.emf.ecore.EObject selectedElement) |
protected String |
getQualifiedName(org.eclipse.emf.ecore.EObject selectedElement,
org.eclipse.emf.ecore.EObject context) |
protected abstract String |
getQualifiedName(org.eclipse.core.commands.ExecutionEvent event) |
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabledpublic Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionExceptionprotected abstract String getQualifiedName(org.eclipse.core.commands.ExecutionEvent event)
protected String getQualifiedName(org.eclipse.emf.ecore.EObject selectedElement)
protected String getQualifiedName(org.eclipse.emf.ecore.EObject selectedElement, org.eclipse.emf.ecore.EObject context)
protected CopyQualifiedNameService getCopyQualifiedNameService(org.eclipse.emf.ecore.EObject selectedElement)
Copyright © 2016. All Rights Reserved.