org.eclipse.cdt.internal.ui.util
Class ExternalEditorInputFactory
java.lang.Object
org.eclipse.cdt.internal.ui.util.ExternalEditorInputFactory
- All Implemented Interfaces:
- org.eclipse.ui.IElementFactory
public class ExternalEditorInputFactory
- extends java.lang.Object
- implements org.eclipse.ui.IElementFactory
The ExternalEditorInputFactory is used to save and recreate an ExternalEditorInput object.
As such, it implements the IPersistableElement interface for storage
and the IElementFactory interface for recreation.
- Since:
- 4.0
- See Also:
IMemento
,
IPersistableElement
,
IElementFactory
Field Summary |
static java.lang.String |
ID
|
Method Summary |
org.eclipse.core.runtime.IAdaptable |
createElement(org.eclipse.ui.IMemento memento)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
ExternalEditorInputFactory
public ExternalEditorInputFactory()
createElement
public org.eclipse.core.runtime.IAdaptable createElement(org.eclipse.ui.IMemento memento)
- Specified by:
createElement
in interface org.eclipse.ui.IElementFactory