Runtime

Uses of Package
org.eclipse.gmf.runtime.emf.clipboard.core

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

Classes in org.eclipse.gmf.runtime.emf.clipboard.core used by org.eclipse.gmf.runtime.emf.clipboard.core
BasePasteOperation
          Abstract specification of all paste operations, providing common behaviours and enforcing certain protocols.
ClipboardOperation
          Abstract specification of a copy or paste operation.
CopyObjects
          A data structure that holds info needed through the copy process
CopyOperation
          The default copy operation.
IClipboardSupport
          An interface to be implemented by EMF metamodel providers to inject metamodel-specific semantics into copy/paste operations.
ObjectInfo
          Data structure storing meta-data related to the copying of an element.
OverrideCopyOperation
          Abstract definition of an IClipboardSupport-defined operation that completely overrides the default copy behaviour.
OverridePasteChildOperation
          Abstract definition of an IClipboardSupport-defined operation that completely overrides the default paste-child behaviour.
PasteAction
          An enumeration of actions to resolve paste collisions.
PasteChildOperation
          An operation to paste a child object into a new target parent object.
PasteOption
          An enumeration of paste options.
PasteTarget
          A class which stores the target object for the paste operation.
PostPasteChildOperation
          Abstract definition of an IClipboardSupport-defined operation that follows the pasting of a child element into the target parent, to perform additional work.
 

Classes in org.eclipse.gmf.runtime.emf.clipboard.core used by org.eclipse.gmf.runtime.emf.core.clipboard
IClipboardSupport
          An interface to be implemented by EMF metamodel providers to inject metamodel-specific semantics into copy/paste operations.
 


Runtime

Guidelines for using Eclipse APIs.

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