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
Fields Modifier and Type Field Description static String
WORKFLOW_ID_EXPERIMENT_AUTOMATION_TABS
The id of the workflow extending configuration tabs have to register for.-
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
-
Constructor Summary
Constructors Constructor Description ExperimentAutomationTabGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
WORKFLOW_ID_EXPERIMENT_AUTOMATION_TABS
public static String WORKFLOW_ID_EXPERIMENT_AUTOMATION_TABS
The id of the workflow extending configuration tabs have to register for.
-
-
Method Detail
-
createTabs
public void createTabs(ILaunchConfigurationDialog dialog, String mode)
-
-