Class SimExpConfigurationTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.palladiosimulator.simexp.ui.workflow.config.debug.BaseLaunchConfigurationTab
org.palladiosimulator.simexp.ui.workflow.config.SimExpConfigurationTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
,IResetLaunchConfigurationTab
-
Nested Class Summary
Nested classes/interfaces inherited from class org.palladiosimulator.simexp.ui.workflow.config.debug.BaseLaunchConfigurationTab
BaseLaunchConfigurationTab.SimExpModifyListener
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSimExpConfigurationTab
(DataBindingContext ctx, IModelValueProvider modelValueProvider, ITrafoNameProvider trafoNameProvider) -
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
- See Also:
-
CONFIGURATION_TAB_IMAGE_PATH
- See Also:
-
-
Constructor Details
-
SimExpConfigurationTab
public SimExpConfigurationTab(DataBindingContext ctx, IModelValueProvider modelValueProvider, ITrafoNameProvider trafoNameProvider)
-
-
Method Details
-
doCreateControl
- Specified by:
doCreateControl
in classBaseLaunchConfigurationTab
-
setDefaults
-
doInitializeFrom
protected void doInitializeFrom(ILaunchConfigurationWorkingCopy configuration, DataBindingContext ctx) - Specified by:
doInitializeFrom
in classBaseLaunchConfigurationTab
-
getImage
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
in classAbstractLaunchConfigurationTab
-
getName
-
getId
- Overrides:
getId
in classAbstractLaunchConfigurationTab
-