Class DebugEnabledCommonTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.debug.ui.CommonTab
de.uka.ipd.sdq.workflow.launchconfig.tabs.DebugEnabledCommonTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
The Class DebugEnabledCommonTab.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createControl
(Composite parent) void
initializeFrom
(ILaunchConfiguration configuration) void
performApply
(ILaunchConfigurationWorkingCopy configuration) void
Methods inherited from class org.eclipse.debug.ui.CommonTab
activated, canSave, createLaunchInBackgroundComponent, deactivated, getId, getImage, getLaunchConfigurationManager, getName, initializeAttributes, isLaunchInBackground, isValid, updateLaunchInBackground
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, 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
-
WORKFLOW_ENGINE_DEBUG_LEVEL
The Constant WORKFLOW_ENGINE_DEBUG_LEVEL.- See Also:
-
-
Constructor Details
-
DebugEnabledCommonTab
public DebugEnabledCommonTab()
-
-
Method Details
-
createControl
- Specified by:
createControl
in interfaceILaunchConfigurationTab
- Overrides:
createControl
in classCommonTab
-
initializeFrom
- Specified by:
initializeFrom
in interfaceILaunchConfigurationTab
- Overrides:
initializeFrom
in classCommonTab
-
performApply
- Specified by:
performApply
in interfaceILaunchConfigurationTab
- Overrides:
performApply
in classCommonTab
-
setDefaults
- Specified by:
setDefaults
in interfaceILaunchConfigurationTab
- Overrides:
setDefaults
in classCommonTab
-