Runtime

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

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

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

Subclasses of ClipboardOperation in org.eclipse.gmf.runtime.emf.clipboard.core
 class BasePasteOperation
          Abstract specification of all paste operations, providing common behaviours and enforcing certain protocols.
 class CopyOperation
          The default copy operation.
 class OverrideCopyOperation
          Abstract definition of an IClipboardSupport-defined operation that completely overrides the default copy behaviour.
 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.
 


Runtime

Guidelines for using Eclipse APIs.

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