Class ConfigEditorInputFactory
java.lang.Object
de.uka.ipd.sdq.sensorframework.visualisation.editor.ConfigEditorInputFactory
- All Implemented Interfaces:
IElementFactory
Deprecated.
Superseded by EDP2.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateElement(IMemento memento) Deprecated.static StringDeprecated.Returns the element factory id for this class.static voidsaveState(IMemento memento, ConfigEditorInput input) Deprecated.Saves the state of the given file editor input into the given memento.
-
Constructor Details
-
ConfigEditorInputFactory
public ConfigEditorInputFactory()Deprecated.
-
-
Method Details
-
createElement
Deprecated.- Specified by:
createElementin interfaceIElementFactory
-
getFactoryId
Deprecated.Returns the element factory id for this class.- Returns:
- the element factory id
-
saveState
Deprecated.Saves the state of the given file editor input into the given memento.- Parameters:
memento- the storage area for element stateinput- the file editor input
-