<!ELEMENT extension (factory+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT factory EMPTY>
<!ATTLIST factory
nsURI CDATA #REQUIRED
class CDATA #REQUIRED
priority (lowest|low|medium|high|highest) "medium">
Registers an implementation of the
IClipboardSupportFactory
interface that can create
objects that provide metamodel-specific copy/paste semantics for
EMF objects.
IClipboardSupportFactory
implementation.
The EPackage represents an EMF metamodel.IClipboardSupportFactory
interface. This class will
only be loaded and instantiated when needed to copy an EMF object
to the clipboard or when pasting from the clipboard.<extension point="org.eclipse.gmf.runtime.emf.clipboard.core.clipboardSupport"> <factory nsURI="http:///org/eclipse/emf/examples/library.ecore" class="com.example.emf.library.clipboard.LibraryClipboardSupportFactory"> </factory> </extension>
Copyright (c) 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html