Package edu.kit.ipd.sdq.eventsim.modules
Interface ILaunchContribution
-
- All Superinterfaces:
ILaunchConfigurationTab
,ILaunchConfigurationTab2
- All Known Implementing Classes:
AbstractLaunchContribution
,DefaultLaunchContribution
,ResourcesModuleLaunchContribution
public interface ILaunchContribution extends ILaunchConfigurationTab2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addDirtyListener(Observer observer)
void
removeDirtyListener(Observer observer)
-
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
-
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab2
getWarningMessage
-
-