Runtime

Uses of Interface
org.eclipse.gmf.runtime.emf.clipboard.core.IClipboardSupport

Packages that use IClipboardSupport
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. 
 

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

Methods in org.eclipse.gmf.runtime.emf.clipboard.core that return IClipboardSupport
static IClipboardSupport ClipboardUtil.createClipboardSupport(org.eclipse.emf.ecore.EClass eClass)
          Obtains the clipboard copy/paste support utility, if any, for the specified eClass's metamodel.
 IClipboardSupport ClipboardOperation.getClipboardOperationHelper()
          Obtains the clipboard support object that I rely on to make decisions about copy/paste semantics.
 IClipboardSupport IClipboardSupportFactory.newClipboardSupport(org.eclipse.emf.ecore.EPackage ePackage)
          Creates a new clipboard support utility instance.
 

Constructors in org.eclipse.gmf.runtime.emf.clipboard.core with parameters of type IClipboardSupport
BasePasteOperation(IProgressMonitor monitor, java.util.Map loadOptionsMap, org.eclipse.gmf.runtime.emf.clipboard.core.internal.ResourceInfo resourceInfo, IClipboardSupport clipboardSupport)
          Initializes me.
ClipboardOperation(IProgressMonitor monitor, IClipboardSupport clipboardSupport)
          Initializes me with my progress monitor and clipboard support.
CopyOperation(IProgressMonitor monitor, IClipboardSupport clipboardSupport, java.util.Collection eObjects, java.util.Map hintMap)
          Initializes me.
 

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

Classes in org.eclipse.gmf.runtime.emf.core.clipboard that implement IClipboardSupport
 class AbstractClipboardSupport
          A partial implementation of the IClipboardSupport interface that uses MSL facilities to implement some of the metamodel-specific hooks that MSL, itself, provides support for.
 


Runtime

Guidelines for using Eclipse APIs.

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