Class ProtoComGenerationConfigurationTab
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
- org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
- org.palladiosimulator.protocom.workflow.ProtoComGenerationConfigurationTab
-
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
public class ProtoComGenerationConfigurationTab extends org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
-
Field Summary
Fields Modifier and Type Field Description protected Combo
comboModelToTextTarget
-
Constructor Summary
Constructors Constructor Description ProtoComGenerationConfigurationTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createControl(Composite parent)
protected void
createFurtherSections(Composite container)
void
initializeFrom(ILaunchConfiguration configuration)
void
performApply(ILaunchConfigurationWorkingCopy configuration)
protected void
selectVariable()
void
setDefaults(ILaunchConfigurationWorkingCopy configuration)
-
Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
activated, createAccuracySection, createDeleteTemporaryDataAfterAnalysisSection, createTemporaryDataLocationSection, deactivated, getImage, getName, isValid
-
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
-
comboModelToTextTarget
protected Combo comboModelToTextTarget
-
-
Method Detail
-
createControl
public void createControl(Composite parent)
- Specified by:
createControl
in interfaceILaunchConfigurationTab
- Overrides:
createControl
in classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
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
-
setDefaults
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
- Specified by:
setDefaults
in interfaceILaunchConfigurationTab
- Overrides:
setDefaults
in classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
createFurtherSections
protected void createFurtherSections(Composite container)
- Overrides:
createFurtherSections
in classorg.palladiosimulator.analyzer.workflow.runconfig.AbstractConfigurationTab
-
selectVariable
protected void selectVariable()
-
-