Class RerunSimuComConfigurationTab
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
- de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComConfigurationTab
-
- de.uka.ipd.sdq.simucom.rerunsimulation.runconfig.RerunSimuComConfigurationTab
-
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider,ILaunchConfigurationTab,ILaunchConfigurationTab2
public class RerunSimuComConfigurationTab extends SimuComConfigurationTab implements ILaunchConfigurationTab
This tab is basically the same tab as SimuComConfigurationTab. The only difference is that in this tab the first section, the simulator section, is left out since there is no simulator specification needed when rerunning a simulated project
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComConfigurationTab
container
-
-
Constructor Summary
Constructors Constructor Description RerunSimuComConfigurationTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplySimulatorGroup(ILaunchConfigurationWorkingCopy configuration)Applies the configuration for the simulator groupprotected voidcreateSimulatorGroup()Creates the simulator group, the first section of the SimuComConfigurationTabprotected voidinitializeSimulatorGroup(ILaunchConfiguration configuration)initializes the simulator group with the help of the given configurationprotected booleanisSimulatorGroupValid()Validation of the simulator group-
Methods inherited from class de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComConfigurationTab
activated, createConfidenceStopConditionGroup, createControl, createDataSetGroup, createExperimentRunGroup, createGeneratorSeedsGroup, createLoggingGroup, createStopConditionGroup, deactivated, getImage, getName, initializeFrom, isValid, performApply, setDefaults
-
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
activated, canSave, createControl, deactivated, dispose, getControl, getErrorMessage, getImage, getMessage, getName, initializeFrom, isValid, launched, OkToLeaveTab, performApply, postApply, setDefaults, setLaunchConfigurationDialog
-
-
-
-
Method Detail
-
createSimulatorGroup
protected void createSimulatorGroup()
Description copied from class:SimuComConfigurationTabCreates the simulator group, the first section of the SimuComConfigurationTab- Overrides:
createSimulatorGroupin classSimuComConfigurationTab
-
initializeSimulatorGroup
protected void initializeSimulatorGroup(ILaunchConfiguration configuration)
Description copied from class:SimuComConfigurationTabinitializes the simulator group with the help of the given configuration- Overrides:
initializeSimulatorGroupin classSimuComConfigurationTab- Parameters:
configuration- the given ILaunchConfiguration
-
applySimulatorGroup
protected void applySimulatorGroup(ILaunchConfigurationWorkingCopy configuration)
Description copied from class:SimuComConfigurationTabApplies the configuration for the simulator group- Overrides:
applySimulatorGroupin classSimuComConfigurationTab- Parameters:
configuration- the configuration where the values should be written to
-
isSimulatorGroupValid
protected boolean isSimulatorGroupValid()
Description copied from class:SimuComConfigurationTabValidation of the simulator group- Overrides:
isSimulatorGroupValidin classSimuComConfigurationTab
-
-