Runtime

Uses of Class
org.eclipse.gmf.runtime.emf.clipboard.core.BasePasteOperation

Packages that use BasePasteOperation
org.eclipse.gmf.runtime.emf.clipboard.core API for clipboard-oriented copy/paste services that are customizable for metamodel-specific semantics. 
 

Uses of BasePasteOperation in org.eclipse.gmf.runtime.emf.clipboard.core
 

Subclasses of BasePasteOperation in org.eclipse.gmf.runtime.emf.clipboard.core
 class OverridePasteChildOperation
          Abstract definition of an IClipboardSupport-defined operation that completely overrides the default paste-child behaviour.
 class PasteChildOperation
          An operation to paste a child object into a new target parent object.
 class PostPasteChildOperation
          Abstract definition of an IClipboardSupport-defined operation that follows the pasting of a child element into the target parent, to perform additional work.
 

Methods in org.eclipse.gmf.runtime.emf.clipboard.core that return BasePasteOperation
 BasePasteOperation BasePasteOperation.getSpawningPasteOperation()
          Obtains the superordinate paste operation that created me, if any.
 

Constructors in org.eclipse.gmf.runtime.emf.clipboard.core with parameters of type BasePasteOperation
BasePasteOperation(BasePasteOperation spawningPasteOperation)
          Initializes me with a superordinate paste operation that has created me.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.