Class PCMSolverTabGroup
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
-
- org.palladiosimulator.solver.runconfig.PCMSolverTabGroup
-
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
public class PCMSolverTabGroup extends AbstractLaunchConfigurationTabGroup
The configuration tabs shown in the run dialog or debug dialog for the PCM Solver launch. The extension point org.eclipse.debug.ui.launchConfigurationTabGroups in the plugin.xml refers to this class. The class inherits from the eclipse-internal tab group.
-
-
Field Summary
-
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
-
Constructor Summary
Constructors Constructor Description PCMSolverTabGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createTabs(ILaunchConfigurationDialog dialog, String mode)
The main routine that creates and sets the individual tab pages.-
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
-
-
-
-
Method Detail
-
createTabs
public void createTabs(ILaunchConfigurationDialog dialog, String mode)
The main routine that creates and sets the individual tab pages.- Parameters:
dialog
- the run or debug dialogmode
- distinguishes between run and debug modes- See Also:
ILaunchConfigurationTabGroup.createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog, java.lang.String)
-
-