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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivated(ILaunchConfigurationWorkingCopy configuration) protected voidcreateConfidenceStopConditionGroup(ModifyListener modifyListener) The confidence stop condition group, the fifth group of the SimuComConfigurationTabvoidcreateControl(Composite parent) protected voidCreates the data set group, the third group of the SimuComConfigurationTabprotected voidcreateExperimentRunGroup(ModifyListener modifyListener) Creates the experiment run group, the second section of the SimuComConfigurationTabprotected voidcreateGeneratorSeedsGroup(ModifyListener modifyListener) The generator seeds group, previous in analysis configuration tab, now the last section of the SimuComConfigurationTabprotected voidThe logging group, the sixth section of the SimuComConfigurationTabprotected voidprotected voidcreateStopConditionGroup(ModifyListener modifyListener) Creates the stop condition group, the fourth section of the SimuComConfigurationTabvoiddeactivated(ILaunchConfigurationWorkingCopy workingCopy) getImage()getName()voidinitializeFrom(ILaunchConfiguration configuration) booleanisValid(ILaunchConfiguration launchConfig) voidperformApply(ILaunchConfigurationWorkingCopy configuration) voidsetDefaults(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, 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
-
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:
getImagein interfaceILaunchConfigurationTab- Overrides:
getImagein classAbstractLaunchConfigurationTab
-
isValid
- Specified by:
isValidin interfaceILaunchConfigurationTab- Overrides:
isValidin classAbstractLaunchConfigurationTab
-
activated
- Specified by:
activatedin interfaceILaunchConfigurationTab- Overrides:
activatedin classAbstractLaunchConfigurationTab
-
deactivated
- Specified by:
deactivatedin interfaceILaunchConfigurationTab- Overrides:
deactivatedin classAbstractLaunchConfigurationTab
-