| org.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroup
All known Subclasses: org.eclipse.pde.ui.launcher.JUnitTabGroup, org.eclipse.pde.ui.launcher.EclipseLauncherTabGroup,
AbstractPDELaunchConfigurationTabGroup | abstract public class AbstractPDELaunchConfigurationTabGroup extends AbstractLaunchConfigurationTabGroup (Code) | | An abstract class subclassed by the Eclipse application and JUnit Plug-in launch
configuration tab groups.
This class is not intended to be subclassed by clients.
since: 3.3 |
Method Summary | |
public void | initializeFrom(ILaunchConfiguration configuration) The tab group delegates to all tabs in the group. | public void | setDefaults(ILaunchConfigurationWorkingCopy configuration) Delegates to all tabs to set defaults. |
initializeFrom | public void initializeFrom(ILaunchConfiguration configuration)(Code) | | The tab group delegates to all tabs in the group.
Prior to the delegation, it migrates all pre-3.2 launch configurations
to make them 3.2-compliant.
See Also: org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(org.eclipse.debug.core.ILaunchConfiguration) |
setDefaults | public void setDefaults(ILaunchConfigurationWorkingCopy configuration)(Code) | | 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.
See Also: org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy) |
|
|