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.PasteAction

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

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

Fields in org.eclipse.gmf.runtime.emf.clipboard.core declared as PasteAction
static  PasteAction PasteAction. ADD
          Indicates that that the collision should be resolved by just adding the conflicting pasted element with an altered name to distinguish it from the existing one.
static  PasteAction PasteAction. CLONE
          Indicates that that the collision should be resolved by just adding the conflicting pasted element with an altered name to distinguish it from the existing one.
static  PasteAction PasteAction. DISCARD
          Indicates that the collision should be resolved by discarding the new element (not pasting it).
static  PasteAction PasteAction. IGNORE
          Indicates that the collision should be resolved by just not doing anything.
static  PasteAction PasteAction. MERGE
          Indicates that the collision should be resolved by merging the new element into the existing one.
static  PasteAction PasteAction. NO_ACTION
          The "undefined" value.
static  PasteAction PasteAction. REPLACE
          Indicates that the collision should be resolved by replacing the existing element with the new one.
 

Methods in org.eclipse.gmf.runtime.emf.clipboard.core that return PasteAction
  PasteAction IClipboardSupport. getPasteCollisionAction (org.eclipse.emf.ecore.EClass eClass)
          Queries what to do when a paste collision occurs on instances of a particular metaclass.
  PasteAction AbstractClipboardSupport. getPasteCollisionAction (org.eclipse.emf.ecore.EClass eClass)
          By default, there are no collisions in pasting.
 


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