Class ExperimentAutomationTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
de.uka.ipd.sdq.workflow.launchconfig.extension.ExtendableTabGroup
org.palladiosimulator.experimentautomation.application.workflow.ExperimentAutomationTabGroup
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
public class ExperimentAutomationTabGroup
extends de.uka.ipd.sdq.workflow.launchconfig.extension.ExtendableTabGroup
Configuration tabs for Experiment Automation.
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
The id of the workflow extending configuration tabs have to register for.Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createTabs
(ILaunchConfigurationDialog dialog, String mode) Methods inherited from class de.uka.ipd.sdq.workflow.launchconfig.extension.ExtendableTabGroup
createExtensionTabs
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
-
Field Details
-
WORKFLOW_ID_EXPERIMENT_AUTOMATION_TABS
The id of the workflow extending configuration tabs have to register for.
-
-
Constructor Details
-
ExperimentAutomationTabGroup
public ExperimentAutomationTabGroup()
-
-
Method Details
-
createTabs
-