org.eclipse.gmf.runtime.emf.clipboard.core
Class OverrideCopyOperation
java.lang.Object
org.eclipse.gmf.runtime.emf.clipboard.core.ClipboardOperation
org.eclipse.gmf.runtime.emf.clipboard.core.CopyOperation
org.eclipse.gmf.runtime.emf.clipboard.core.OverrideCopyOperation
public abstract class OverrideCopyOperation
- extends CopyOperation
Abstract definition of an
IClipboardSupport
-defined
operation that completely overrides the default copy behaviour.
This class is intended to be extended by clients, to provide an alternative
copy operation in the clipboard support.
- See Also:
IClipboardSupport.getOverrideCopyOperation(CopyOperation)
Fields inherited from class org.eclipse.gmf.runtime.emf.clipboard.core.CopyOperation |
COPY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OverrideCopyOperation
public OverrideCopyOperation(CopyOperation overriddenCopyOperation)
- Initializes me with the default copy operation that I am overriding.
I may want to access this default operation later in performing the
copy.
- Parameters:
overriddenCopyOperation
- the default copy operation that I override
getOverriddenCopyOperation
protected CopyOperation getOverriddenCopyOperation()
- Obtains the default copy operation that I am overriding.
- Returns:
- the overridden copy operation
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.