Class ReliabilityConfigurationTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
org.palladiosimulator.reliability.solver.runconfig.ReliabilityConfigurationTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
public class ReliabilityConfigurationTab
extends org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-
Field Summary
Fields inherited from class org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
clearButton
Fields inherited from class org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
CONFIGURATION_TAB_IMAGE_PATH, defaultLocationButton, modifyListener, PLUGIN_ID, selectionListener, temporaryLocationField
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
createFurtherSections
(Composite container) void
initializeFrom
(ILaunchConfiguration configuration) boolean
isValid
(ILaunchConfiguration launchConfig) void
performApply
(ILaunchConfigurationWorkingCopy configuration) void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
createAccuracySection, createDeleteTemporaryDataAfterAnalysisSection
Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
activated, createControl, createTemporaryDataLocationSection, deactivated, getImage, getName
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
-
Constructor Details
-
ReliabilityConfigurationTab
public ReliabilityConfigurationTab()
-
-
Method Details
-
createFurtherSections
- Overrides:
createFurtherSections
in classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-
initializeFrom
- Specified by:
initializeFrom
in interfaceILaunchConfigurationTab
- Overrides:
initializeFrom
in classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-
isValid
- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-
performApply
- Specified by:
performApply
in interfaceILaunchConfigurationTab
- Overrides:
performApply
in classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-
setDefaults
- Specified by:
setDefaults
in interfaceILaunchConfigurationTab
- Overrides:
setDefaults
in classorg.palladiosimulator.analyzer.workflow.runconfig.ConfigurationTab
-