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:
- org.eclipse.debug.ui.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
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup |
fTabs |
Method Summary |
void |
createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog,
String mode)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup |
dispose, getTabs, launched, setTabs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseLauncherTabGroup
public EclipseLauncherTabGroup()
createTabs
public void createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog,
String mode)
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
- Specified by:
performApply
in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
- Overrides:
performApply
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
- Since:
- 3.4
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.