java.lang.Objectcom.ibm.jdg2e.msseditor.ui.MiniSSEditorInputFactory
A factory for re-creating an MiniSSEditorInput from a previously saved memento.
Refer to the the plug-in manifest, specifically:
<extension
point="org.eclipse.ui.elementFactories">
<factory
class="com.ibm.jdg2e.msseditor.ui.MiniSSEditorInputFactory"
id="com.ibm.jdg2e.msseditor.ui.minisseditorinputfactory">
</factory>
</extension>
This is the declarative equivalent of IAdaptable.getAdapter(Class).
IPersistableElement,
IMemento,
IWorkbench.getElementFactory(java.lang.String)| Constructor Summary | |
MiniSSEditorInputFactory()
|
|
| Method Summary | |
org.eclipse.core.runtime.IAdaptable |
createElement(org.eclipse.ui.IMemento memento)
Re-creates and returns an MiniSSEditorInput
from the state captured within the given memento. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MiniSSEditorInputFactory()
| Method Detail |
public org.eclipse.core.runtime.IAdaptable createElement(org.eclipse.ui.IMemento memento)
MiniSSEditorInput
from the state captured within the given memento.
createElement in interface org.eclipse.ui.IElementFactorymemento - a memento containing the state