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
-
Method Summary
Methods inherited from class de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComConfigurationTab
activated, createConfidenceStopConditionGroup, createControl, createDataSetGroup, createExperimentRunGroup, createGeneratorSeedsGroup, createLoggingGroup, createModelValidationGroup, 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
-
Constructor Details
-
RerunSimuComConfigurationTab
public RerunSimuComConfigurationTab()
-