|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClipboardSupportFactory
Interface for objects that can create IClipboardSupport
s for
supporting clipboard copy/paste operations on EMF models.
This interface is intended to be implemented by plug-ins on the clipboardSupport extension point.
IClipboardSupport
Method Summary | |
---|---|
IClipboardSupport |
newClipboardSupport(org.eclipse.emf.ecore.EPackage ePackage)
Creates a new clipboard support utility instance. |
Method Detail |
---|
IClipboardSupport newClipboardSupport(org.eclipse.emf.ecore.EPackage ePackage)
A single factory class can support any number of EMF metamodels. Hence
the parameterization of the factory method by an ePackage
.
ePackage
- the EPackage
(representing an EMF metamodel)
for which a clipboard support utility is required.
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.