Class ConfigEditorInput
java.lang.Object
java.util.Observable
de.uka.ipd.sdq.sensorframework.visualisation.editor.ConfigEditorInput
- All Implemented Interfaces:
Observer,IAdaptable,IEditorInput,IPersistable,IPersistableElement
public class ConfigEditorInput
extends Observable
implements IEditorInput, IPersistableElement, IAdaptable, Observer
Deprecated.
Superseded by EDP2.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigEditorInput(String adapterFactoryID) Deprecated.ConfigEditorInput(String adapterFactoryID, ConfigEntry configEntry) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfigEntry(ConfigEntry configEntry) Deprecated.Add new ConfigEntryvoideditConfigEntry(IDAOFactory datasource, ExperimentRun run, Experiment experiment, Sensor sensor, String adapterFactoryID) Deprecated.Edit command of ConfigEntrybooleanexists()Deprecated.getAdapter(Class adapter) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getName()Deprecated.static StringDeprecated.Return absolute path of the config file.Deprecated.Deprecated.booleanisEmpty()Deprecated.voidremoveConfigEntry(ConfigEntry entry) Deprecated.Remove a ConfigEntryvoidDeprecated.voidupdate(Observable o, Object arg) Deprecated.Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
ConfigEditorInput
Deprecated. -
ConfigEditorInput
Deprecated.
-
-
Method Details
-
editConfigEntry
public void editConfigEntry(IDAOFactory datasource, ExperimentRun run, Experiment experiment, Sensor sensor, String adapterFactoryID) Deprecated.Edit command of ConfigEntry -
addConfigEntry
Deprecated.Add new ConfigEntry -
removeConfigEntry
Deprecated.Remove a ConfigEntry -
getConfigEntryToRun
Deprecated. -
getConfigEntrys
Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
exists
public boolean exists()Deprecated.- Specified by:
existsin interfaceIEditorInput
-
getImageDescriptor
Deprecated.- Specified by:
getImageDescriptorin interfaceIEditorInput
-
getName
Deprecated.- Specified by:
getNamein interfaceIEditorInput
-
getPersistable
Deprecated.- Specified by:
getPersistablein interfaceIEditorInput
-
getToolTipText
Deprecated.- Specified by:
getToolTipTextin interfaceIEditorInput
-
getAdapter
Deprecated.- Specified by:
getAdapterin interfaceIAdaptable
-
getFactoryId
Deprecated.- Specified by:
getFactoryIdin interfaceIPersistableElement
-
saveState
Deprecated.- Specified by:
saveStatein interfaceIPersistable
-
update
Deprecated. -
getPathToConfigFile
Deprecated.Return absolute path of the config file. It develops out location in the local file system of the plug-in state area for this plug-in and defined name.- Returns:
- path to configurations file.
-
getAdapterFactoryID
Deprecated. -
getFiltersManager
Deprecated.
-