com.ibm.xtools.uml.msl.internal.providers.copypaste
Class ConnectableElementPasteOperation
java.lang.Object
org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardOperation
org.eclipse.gmf.runtime.emf.clipboard.core.BasePasteOperation
org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation
org.eclipse.gmf.runtime.emf.clipboard.core.OverridePasteChildOperation
com.ibm.xtools.uml.msl.internal.providers.copypaste.ConnectableElementPasteOperation
public class ConnectableElementPasteOperation
- extends OverridePasteChildOperation
Paste operation for connectable element
| Methods inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation |
canBeReplaced, doPasteInto, doPasteInto, doPasteInto, doPasteInto, getAlwaysCopyObjectPasteOperations, getAuxiliaryChildPasteProcess, getChildObjectInfo, getContainmentFeature, getCopyParentEObject, getCopyParentObjectInfo, getEObject, getEObject, getEObjectID, getLoadedDirectContainerEObject, getLoadedEObject, getLoadedEObjectID, getMainChildPasteProcess, getParentPasteProcess, getParentResource, getParentTarget, getPasteContainmentFeature, getPastedDirectCopyParent, getPastedElement, getPastedEObject, getPostPasteOperation, getSuitableParentUsingAncestry, handleCollision, handleCollision, hasCopyParent, isAuxiliaryOperation, isCopyAlways, isCopyParentDirectParent, makeAuxiliaryChildPasteProcess, mergeEObjects, mergeLists, setPastedElement, shouldPasteAlwaysCopyObject |
| Methods inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.BasePasteOperation |
addCriticalResolveFailure, addMergedElementEntry, addPastedElement, addPasteFailuresObject, getAllCriticalResolveFailuresSet, getAllMergedElementsMap, getAllPastedElementSet, getAllPasteFailuresObjectSet, getCriticalResolveFailuresSet, getLoadOptionsMap, getMergedElementsMap, getPastedElementSet, getPasteFailuresObjectSet, getResourceInfo, getSpawningPasteOperation, removeCriticalResolveFailure, throwCancelException |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PASTE_TO_INTERACTION_CONTEXT
public static final String PASTE_TO_INTERACTION_CONTEXT
- Only valid when connectable element is pasted with other interaction elements.
flag used to indicate whether to paste connectable element to the interaction context.
- See Also:
- Constant Field Values
ConnectableElementPasteOperation
public ConnectableElementPasteOperation(PasteChildOperation overriddenChildPasteOperation)
- Constructor
- Parameters:
overriddenChildPasteOperation -
paste
public void paste()
throws Exception
- Overrides:
paste in class PasteChildOperation
- Throws:
Exception
getParentEObject
public EObject getParentEObject()
- Overrides:
getParentEObject in class PasteChildOperation
© Copyright IBM Corp. 2009. All rights reserved.