UML Modeling Layer

com.ibm.xtools.uml.msl.internal.providers.copypaste
Class TransitionPasteOperation

java.lang.Object
  extended by org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardOperation
      extended by org.eclipse.gmf.runtime.emf.clipboard.core.BasePasteOperation
          extended by org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation
              extended by org.eclipse.gmf.runtime.emf.clipboard.core.OverridePasteChildOperation
                  extended by com.ibm.xtools.uml.msl.internal.providers.copypaste.RedefinableElementPasteOperation
                      extended by com.ibm.xtools.uml.msl.internal.providers.copypaste.TransitionPasteOperation

public class TransitionPasteOperation
extends RedefinableElementPasteOperation


Field Summary
 
Fields inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation
COPY, EMPTY_ARRAY
 
Fields inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.BasePasteOperation
PASTE
 
Fields inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardOperation
TOTAL_WORK, WORK_UNIT
 
Constructor Summary
TransitionPasteOperation(PasteChildOperation overriddenChildPasteOperation)
           
 
Method Summary
protected  Object getLocalAndInheritedContent(EObject pasteIntoEObject, EReference reference)
          Override and return all local and inherited content in all redefintion contexts
protected  List getPostPasteOperations()
           
 void paste()
           
 
Methods inherited from class com.ibm.xtools.uml.msl.internal.providers.copypaste.RedefinableElementPasteOperation
doPasteInto
 
Methods inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.OverridePasteChildOperation
getOverriddenPasteChildOperation
 
Methods inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.PasteChildOperation
canBeReplaced, doPasteInto, doPasteInto, doPasteInto, getAlwaysCopyObjectPasteOperations, getAuxiliaryChildPasteProcess, getChildObjectInfo, getContainmentFeature, getCopyParentEObject, getCopyParentObjectInfo, getEObject, getEObject, getEObjectID, getLoadedDirectContainerEObject, getLoadedEObject, getLoadedEObjectID, getMainChildPasteProcess, getParentEObject, 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 org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardOperation
catchException, getClipboardOperationHelper, getProgressMonitor, isCancelled, throwCancelException, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionPasteOperation

public TransitionPasteOperation(PasteChildOperation overriddenChildPasteOperation)
Parameters:
overriddenChildPasteOperation -
Method Detail

paste

public void paste()
           throws Exception
Overrides:
paste in class PasteChildOperation
Throws:
Exception
See Also:
com.ibm.xtools.bml.emf.internal.copypaste.BasePasteOperation#paste()

getPostPasteOperations

protected List getPostPasteOperations()
                               throws Exception
Throws:
Exception

getLocalAndInheritedContent

protected Object getLocalAndInheritedContent(EObject pasteIntoEObject,
                                             EReference reference)
Description copied from class: RedefinableElementPasteOperation
Override and return all local and inherited content in all redefintion contexts

Overrides:
getLocalAndInheritedContent in class RedefinableElementPasteOperation
Returns:

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.