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
public class SimuComConfigurationTab extends AbstractLaunchConfigurationTab
The class defines a tab, which is responsible for the SimuCom configuration.
-
-
Constructor Summary
Constructors Constructor Description SimuComConfigurationTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activated(ILaunchConfigurationWorkingCopy configuration)
protected void
createConfidenceStopConditionGroup(ModifyListener modifyListener)
The confidence stop condition group, the fifth group of the SimuComConfigurationTabvoid
createControl(Composite parent)
protected void
createDataSetGroup()
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
createLoggingGroup()
The logging group, the sixth section of the SimuComConfigurationTabprotected void
createStopConditionGroup(ModifyListener modifyListener)
Creates the stop condition group, the fourth section of the SimuComConfigurationTabvoid
deactivated(ILaunchConfigurationWorkingCopy workingCopy)
Image
getImage()
String
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 Detail
-
container
protected Composite container
-
-
Method Detail
-
createControl
public void createControl(Composite parent)
-
createExperimentRunGroup
protected void createExperimentRunGroup(ModifyListener modifyListener)
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
protected void createStopConditionGroup(ModifyListener modifyListener)
Creates the stop condition group, the fourth section of the SimuComConfigurationTab- Parameters:
modifyListener
- the ModifyListener which should be added to the elements
-
createConfidenceStopConditionGroup
protected void createConfidenceStopConditionGroup(ModifyListener modifyListener)
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
-
createGeneratorSeedsGroup
protected void createGeneratorSeedsGroup(ModifyListener modifyListener)
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
public String getName()
-
initializeFrom
public void initializeFrom(ILaunchConfiguration configuration)
-
performApply
public void performApply(ILaunchConfigurationWorkingCopy configuration)
-
setDefaults
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
-
getImage
public Image getImage()
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
in classAbstractLaunchConfigurationTab
-
isValid
public boolean isValid(ILaunchConfiguration launchConfig)
- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classAbstractLaunchConfigurationTab
-
activated
public void activated(ILaunchConfigurationWorkingCopy configuration)
- Specified by:
activated
in interfaceILaunchConfigurationTab
- Overrides:
activated
in classAbstractLaunchConfigurationTab
-
deactivated
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
- Specified by:
deactivated
in interfaceILaunchConfigurationTab
- Overrides:
deactivated
in classAbstractLaunchConfigurationTab
-
-