Class SimuConfigurationTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuConfigurationTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider,ILaunchConfigurationTab,ILaunchConfigurationTab2
public class SimuConfigurationTab
extends org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
The class extends ConfigurationTab by CheckBox. User can decide whether that generated instance
of Palladio Component Model after simulating must be deleted.
- See Also:
-
ConfigurationTab
-
Field Summary
Fields inherited from class org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
clearButtonFields 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 container) voidinitializeFrom(ILaunchConfiguration configuration) voidperformApply(ILaunchConfigurationWorkingCopy configuration) protected voidMethods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
createAccuracySection, createDeleteTemporaryDataAfterAnalysisSection, isValid, setDefaultsMethods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
activated, createControl, createTemporaryDataLocationSection, deactivated, getImage, getNameMethods 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
-
Constructor Details
-
SimuConfigurationTab
public SimuConfigurationTab()
-
-
Method Details
-
createFurtherSections
- Overrides:
createFurtherSectionsin classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-
selectVariable
protected void selectVariable() -
initializeFrom
- Specified by:
initializeFromin interfaceILaunchConfigurationTab- Overrides:
initializeFromin classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-
performApply
- Specified by:
performApplyin interfaceILaunchConfigurationTab- Overrides:
performApplyin classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-