org.eclipse.cdt.internal.ui.util
Class ExternalEditorInputFactory

java.lang.Object
  extended by 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
           
 
Constructor Summary
ExternalEditorInputFactory()
           
 
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
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

ExternalEditorInputFactory

public ExternalEditorInputFactory()
Method Detail

createElement

public org.eclipse.core.runtime.IAdaptable createElement(org.eclipse.ui.IMemento memento)
Specified by:
createElement in interface org.eclipse.ui.IElementFactory