Class LaunchMultipleTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
de.uka.ipd.sdq.workflow.launchconfig.multiple.LaunchMultipleTabGroup
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
The Class LaunchMultipleTabGroup.
-
Field Summary
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createTabs
(ILaunchConfigurationDialog dialog, String mode) Creates the tabs contained in this tab group for the specified launch mode.Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
-
Constructor Details
-
LaunchMultipleTabGroup
public LaunchMultipleTabGroup()
-
-
Method Details
-
createTabs
Creates the tabs contained in this tab group for the specified launch mode. The tabs control's are not created. This is the fist method called in the lifecycle of a tab group.- Parameters:
dialog
- the launch configuration dialog this tab group is contained inmode
- the mode the launch configuration dialog was opened in- See Also:
-