Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

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

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

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

Fields in org.eclipse.gmf.runtime.emf.clipboard.core declared as PasteOption
static  PasteOption PasteOption. CRITICAL
          Paste option indicating that the element(s) referenced by by an EReference feature of a pasted object must resolve in a successful paste operation.
static  PasteOption PasteOption. DISTANT
          Paste option indicating that the copying of the elements referenced by some EReference feature of an object being copied is supported for "distant" pastes.
static  PasteOption PasteOption. LOCAL
          Paste option indicating that the element(s) referenced by by an EReference feature of a pasted object must be in the same model as the pasted object.
static  PasteOption PasteOption. NORMAL
          Paste option indicating that the copying of the elements referenced by some EReference feature of an object being copied is critically important to a successful copy.
static  PasteOption PasteOption. PARENT
          Paste option indicating that the container of an object (referenced by a specific EReference should also be copied, in case it the actual object can't be pasted at the intended location but its container can (thus allowing the intended object also to be pasted under it).
 

Methods in org.eclipse.gmf.runtime.emf.clipboard.core with parameters of type PasteOption
 boolean IClipboardSupport. hasPasteOption (org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, PasteOption pasteOption)
          Queries whether a feature supports a particular paste option.
 boolean AbstractClipboardSupport. hasPasteOption (org.eclipse.emf.ecore.EObject contextEObject, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, PasteOption pasteOption)
          By default, the following paste options are supported: NORMAL: always others: never
 


Runtime

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire