Class SimExpModelsTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.palladiosimulator.simexp.ui.workflow.config.debug.BaseLaunchConfigurationTab
org.palladiosimulator.simexp.ui.workflow.config.SimExpModelsTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
,IModelValueProvider
,IResetLaunchConfigurationTab
-
Nested Class Summary
Nested classes/interfaces inherited from class org.palladiosimulator.simexp.ui.workflow.config.debug.BaseLaunchConfigurationTab
BaseLaunchConfigurationTab.SimExpModifyListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doCreateControl
(Composite parent, DataBindingContext ctx) protected void
doInitializeFrom
(ILaunchConfigurationWorkingCopy configuration, DataBindingContext ctx) getId()
getImage()
getName()
void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) Methods inherited from class org.palladiosimulator.simexp.ui.workflow.config.debug.BaseLaunchConfigurationTab
createControl, initializeFrom, isValid, performApply, setReset
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, 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, deactivated, dispose, getControl, getErrorMessage, getMessage, launched, OkToLeaveTab, postApply, setLaunchConfigurationDialog
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab2
getWarningMessage
-
Field Details
-
PLUGIN_ID
The id of this plug-in.- See Also:
-
-
Constructor Details
-
SimExpModelsTab
-
-
Method Details
-
getExperimentsModel
- Specified by:
getExperimentsModel
in interfaceIModelValueProvider
-
doCreateControl
- Specified by:
doCreateControl
in classBaseLaunchConfigurationTab
-
setDefaults
- Specified by:
setDefaults
in interfaceILaunchConfigurationTab
-
doInitializeFrom
protected void doInitializeFrom(ILaunchConfigurationWorkingCopy configuration, DataBindingContext ctx) - Specified by:
doInitializeFrom
in classBaseLaunchConfigurationTab
-
getImage
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
in classAbstractLaunchConfigurationTab
-
getName
- Specified by:
getName
in interfaceILaunchConfigurationTab
-
getId
- Overrides:
getId
in classAbstractLaunchConfigurationTab
-