Package org.eclipse.pde.ui.launcher
Class EclipseLauncherTabGroup
- java.lang.Object
- 
- org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
- 
- org.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroup
- 
- org.eclipse.pde.ui.launcher.EclipseLauncherTabGroup
 
 
 
- 
- All Implemented Interfaces:
- ILaunchConfigurationTabGroup
 
 public class EclipseLauncherTabGroup extends AbstractPDELaunchConfigurationTabGroup Creates and initializes the tabs for the Eclipse Application launch configuration.This class may be instantiated or subclassed by clients. - Since:
- 3.3
 
- 
- 
Field Summary- 
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroupfTabs
 
- 
 - 
Constructor SummaryConstructors Constructor Description EclipseLauncherTabGroup()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateTabs(ILaunchConfigurationDialog dialog, String mode)voidperformApply(ILaunchConfigurationWorkingCopy configuration)- 
Methods inherited from class org.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroupinitializeFrom, setDefaults
 - 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroupdispose, getTabs, launched, setTabs
 
- 
 
- 
- 
- 
Method Detail- 
createTabspublic void createTabs(ILaunchConfigurationDialog dialog, String mode) 
 - 
performApplypublic void performApply(ILaunchConfigurationWorkingCopy configuration) - Specified by:
- performApplyin interface- ILaunchConfigurationTabGroup
- Overrides:
- performApplyin class- AbstractLaunchConfigurationTabGroup
 
 
- 
 
-