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 TypeMethodDescriptionvoidactivated(ILaunchConfigurationWorkingCopy workingCopy) Deprecated.voidcreateControl(Composite parent) Deprecated.voiddeactivated(ILaunchConfigurationWorkingCopy workingCopy) Deprecated.getName()Deprecated.voidinitializeFrom(ILaunchConfiguration configuration) Deprecated.booleanisValid(ILaunchConfiguration launchConfig) Deprecated.voidperformApply(ILaunchConfigurationWorkingCopy configuration) Deprecated.voidsetDefaults(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, updateLaunchConfigurationDialogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isValidin interfaceILaunchConfigurationTab- Overrides:
isValidin classAbstractLaunchConfigurationTab
-
activated
Deprecated.- Specified by:
activatedin interfaceILaunchConfigurationTab- Overrides:
activatedin classAbstractLaunchConfigurationTab
-
deactivated
Deprecated.- Specified by:
deactivatedin interfaceILaunchConfigurationTab- Overrides:
deactivatedin classAbstractLaunchConfigurationTab
-