Class ExperimentAutomationConfigurationTab
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
- org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
- org.palladiosimulator.experimentautomation.application.workflow.ExperimentAutomationConfigurationTab
-
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
public class ExperimentAutomationConfigurationTab extends org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_EXPERIMENTS
static String
EXPERIMENT_AUTOMATION
static String[]
EXPERIMENTS_EXTENSION
static String
EXPERIMENTS_FILE
static String
SELECT_EXPERIMENTS_FILE
-
Constructor Summary
Constructors Constructor Description ExperimentAutomationConfigurationTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createFurtherSections(Composite parent)
String
getName()
void
initializeFrom(ILaunchConfiguration configuration)
void
performApply(ILaunchConfigurationWorkingCopy configuration)
-
Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
activated, createAccuracySection, createControl, createDeleteTemporaryDataAfterAnalysisSection, createTemporaryDataLocationSection, deactivated, getImage, isValid, setDefaults
-
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getId, 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 Detail
-
SELECT_EXPERIMENTS_FILE
public static final String SELECT_EXPERIMENTS_FILE
- See Also:
- Constant Field Values
-
EXPERIMENTS_FILE
public static final String EXPERIMENTS_FILE
- See Also:
- Constant Field Values
-
DEFAULT_EXPERIMENTS
public static final String DEFAULT_EXPERIMENTS
- See Also:
- Constant Field Values
-
EXPERIMENT_AUTOMATION
public static final String EXPERIMENT_AUTOMATION
- See Also:
- Constant Field Values
-
EXPERIMENTS_EXTENSION
public static final String[] EXPERIMENTS_EXTENSION
-
-
Method Detail
-
initializeFrom
public void initializeFrom(ILaunchConfiguration configuration)
- Specified by:
initializeFrom
in interfaceILaunchConfigurationTab
- Overrides:
initializeFrom
in classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
performApply
public void performApply(ILaunchConfigurationWorkingCopy configuration)
- Specified by:
performApply
in interfaceILaunchConfigurationTab
- Overrides:
performApply
in classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
createFurtherSections
protected void createFurtherSections(Composite parent)
- Overrides:
createFurtherSections
in classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
getName
public String getName()
- Specified by:
getName
in interfaceILaunchConfigurationTab
- Overrides:
getName
in classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
-