Class SimuComConfigurationTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComConfigurationTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
- Direct Known Subclasses:
RerunSimuComConfigurationTab
The class defines a tab, which is responsible for the SimuCom configuration.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activated
(ILaunchConfigurationWorkingCopy configuration) protected void
createConfidenceStopConditionGroup
(ModifyListener modifyListener) The confidence stop condition group, the fifth group of the SimuComConfigurationTabvoid
createControl
(Composite parent) protected void
Creates the data set group, the third group of the SimuComConfigurationTabprotected void
createExperimentRunGroup
(ModifyListener modifyListener) Creates the experiment run group, the second section of the SimuComConfigurationTabprotected void
createGeneratorSeedsGroup
(ModifyListener modifyListener) The generator seeds group, previous in analysis configuration tab, now the last section of the SimuComConfigurationTabprotected void
The logging group, the sixth section of the SimuComConfigurationTabprotected void
protected void
createStopConditionGroup
(ModifyListener modifyListener) Creates the stop condition group, the fourth section of the SimuComConfigurationTabvoid
deactivated
(ILaunchConfigurationWorkingCopy workingCopy) getImage()
getName()
void
initializeFrom
(ILaunchConfiguration configuration) boolean
isValid
(ILaunchConfiguration launchConfig) void
performApply
(ILaunchConfigurationWorkingCopy configuration) void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) 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 Details
-
container
-
-
Constructor Details
-
SimuComConfigurationTab
public SimuComConfigurationTab()
-
-
Method Details
-
createControl
-
createExperimentRunGroup
Creates the experiment run group, the second section of the SimuComConfigurationTab- Parameters:
modifyListener
- the ModifyListener which should be added to the elements
-
createDataSetGroup
protected void createDataSetGroup()Creates the data set group, the third group of the SimuComConfigurationTab -
createStopConditionGroup
Creates the stop condition group, the fourth section of the SimuComConfigurationTab- Parameters:
modifyListener
- the ModifyListener which should be added to the elements
-
createConfidenceStopConditionGroup
The confidence stop condition group, the fifth group of the SimuComConfigurationTab- Parameters:
modifyListener
- the ModifyListener which should be added to the elements
-
createLoggingGroup
protected void createLoggingGroup()The logging group, the sixth section of the SimuComConfigurationTab -
createModelValidationGroup
protected void createModelValidationGroup() -
createGeneratorSeedsGroup
The generator seeds group, previous in analysis configuration tab, now the last section of the SimuComConfigurationTab- Parameters:
modifyListener
- the ModifyListener which should be added to the elements
-
getName
-
initializeFrom
-
performApply
-
setDefaults
-
getImage
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
in classAbstractLaunchConfigurationTab
-
isValid
- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classAbstractLaunchConfigurationTab
-
activated
- Specified by:
activated
in interfaceILaunchConfigurationTab
- Overrides:
activated
in classAbstractLaunchConfigurationTab
-
deactivated
- Specified by:
deactivated
in interfaceILaunchConfigurationTab
- Overrides:
deactivated
in classAbstractLaunchConfigurationTab
-