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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final String[]static final Stringstatic final StringFields inherited from class org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
CONFIGURATION_TAB_IMAGE_PATH, defaultLocationButton, modifyListener, PLUGIN_ID, selectionListener, temporaryLocationField -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateFurtherSections(Composite parent) getName()voidinitializeFrom(ILaunchConfiguration configuration) voidperformApply(ILaunchConfigurationWorkingCopy configuration) Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
activated, createAccuracySection, createControl, createDeleteTemporaryDataAfterAnalysisSection, createTemporaryDataLocationSection, deactivated, getImage, isValid, setDefaultsMethods 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, 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
-
SELECT_EXPERIMENTS_FILE
- See Also:
-
EXPERIMENTS_FILE
- See Also:
-
DEFAULT_EXPERIMENTS
- See Also:
-
EXPERIMENT_AUTOMATION
- See Also:
-
EXPERIMENTS_EXTENSION
-
-
Constructor Details
-
ExperimentAutomationConfigurationTab
public ExperimentAutomationConfigurationTab()
-
-
Method Details
-
initializeFrom
- Specified by:
initializeFromin interfaceILaunchConfigurationTab- Overrides:
initializeFromin classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
performApply
- Specified by:
performApplyin interfaceILaunchConfigurationTab- Overrides:
performApplyin classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
createFurtherSections
- Overrides:
createFurtherSectionsin classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
getName
- Specified by:
getNamein interfaceILaunchConfigurationTab- Overrides:
getNamein classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-