Class PCMSolverTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
org.palladiosimulator.solver.runconfig.PCMSolverTabGroup
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
PCMSolverTabGroup
public PCMSolverTabGroup()
-
-
Method Details
-
createTabs
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:
-