Class SensorFrameworkTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.palladiosimulator.recorderframework.sensorframework.launch.SensorFrameworkTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
Deprecated.
Superseded by EDP2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activated
(ILaunchConfigurationWorkingCopy workingCopy) Deprecated.void
createControl
(Composite parent) Deprecated.void
deactivated
(ILaunchConfigurationWorkingCopy workingCopy) Deprecated.getName()
Deprecated.void
initializeFrom
(ILaunchConfiguration configuration) Deprecated.boolean
isValid
(ILaunchConfiguration launchConfig) Deprecated.void
performApply
(ILaunchConfigurationWorkingCopy configuration) Deprecated.void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) Deprecated.Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
OkToLeaveTab, postApply
-
Field Details
-
selectedDataSourceID
protected int selectedDataSourceIDDeprecated.
-
-
Constructor Details
-
SensorFrameworkTab
public SensorFrameworkTab()Deprecated.
-
-
Method Details
-
createControl
Deprecated. -
getName
Deprecated. -
initializeFrom
Deprecated. -
performApply
Deprecated. -
setDefaults
Deprecated. -
isValid
Deprecated.- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classAbstractLaunchConfigurationTab
-
activated
Deprecated.- Specified by:
activated
in interfaceILaunchConfigurationTab
- Overrides:
activated
in classAbstractLaunchConfigurationTab
-
deactivated
Deprecated.- Specified by:
deactivated
in interfaceILaunchConfigurationTab
- Overrides:
deactivated
in classAbstractLaunchConfigurationTab
-