|
Runtime | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.