Package org.eclipse.pde.ui.launcher
Class JUnitTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroup
org.eclipse.pde.ui.launcher.JUnitTabGroup
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
Creates and initializes the tabs for the Plug-in JUnit test launch configuration.
This class may be instantiated or subclassed by clients.
- Since:
- 3.3
-
Field Summary
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createTabs
(ILaunchConfigurationDialog dialog, String mode) void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) Delegates to all tabs to set defaults.Methods inherited from class org.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroup
initializeFrom
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, launched, performApply, setTabs
-
Constructor Details
-
JUnitTabGroup
public JUnitTabGroup()
-
-
Method Details
-
createTabs
-
setDefaults
Description copied from class:AbstractPDELaunchConfigurationTabGroup
Delegates to all tabs to set defaults. It then sets program and VM arguments based on values on the Plug-in Development > Target Platform > Launching Arguments preference page.- Specified by:
setDefaults
in interfaceILaunchConfigurationTabGroup
- Overrides:
setDefaults
in classAbstractPDELaunchConfigurationTabGroup
- See Also:
-