Class ExtendableTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
de.uka.ipd.sdq.workflow.launchconfig.extension.ExtendableTabGroup
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
The Class ExtendableTabGroup.
-
Field Summary
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal List<ILaunchConfigurationTab>
createExtensionTabs
(ILaunchConfigurationDialog dialog, String mode, String workflowId) Create the tabs for installed plug-ins contributing to this extension point and registered for the specified work flow.Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
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.ILaunchConfigurationTabGroup
createTabs
-
Constructor Details
-
ExtendableTabGroup
public ExtendableTabGroup()
-
-
Method Details
-
createExtensionTabs
public final List<ILaunchConfigurationTab> createExtensionTabs(ILaunchConfigurationDialog dialog, String mode, String workflowId) Create the tabs for installed plug-ins contributing to this extension point and registered for the specified work flow.- Parameters:
dialog
- The launch configuration dialog to access.mode
- The mode of the launch.workflowId
- the workflow id- Returns:
- the list
-