|
 |
|
|
Uses of Interface org.eclipse.debug.core.ILaunch
Methods in
org.eclipse.debug.core that return
ILaunch
|
ILaunch[]
|
ILaunchManager.
getLaunches
()
Returns the collection of launches currently registered
with this launch manager. |
ILaunch
|
ILaunchConfiguration.
launch
(
String mode,
IProgressMonitor monitor)
Launches this configuration in the specified mode by delegating to
this configuration's launch configuration delegate, and returns the
resulting launch. |
ILaunch
|
ILaunchConfiguration.
launch
(
String mode,
IProgressMonitor monitor,
boolean build)
Launches this configuration in the specified mode by delegating to
this configuration's launch configuration delegate, and returns the
resulting launch. |
ILaunch
|
ILaunchConfiguration.
launch
(
String mode,
IProgressMonitor monitor,
boolean build,
boolean register)
Launches this configuration in the specified mode by delegating to
this configuration's launch configuration delegate, and returns the
resulting launch. |
Methods in
org.eclipse.debug.ui with parameters of type
ILaunch
|
void
|
AbstractLaunchConfigurationTabGroup.
launched
(
ILaunch launch)
Deprecated.
|
void
|
ILaunchConfigurationTab.
launched
(
ILaunch launch)
Deprecated. As of R3.0, this method is no longer called by the launch
framework. Since tabs do not exist when launching is performed elsewhere
than the launch dialog, this method cannot be relied upon for launching
functionality.
|
void
|
AbstractLaunchConfigurationTab.
launched
(
ILaunch launch)
Deprecated.
|
void
|
ILaunchConfigurationTabGroup.
launched
(
ILaunch launch)
Deprecated. As of R3.0, this method is no longer called by the launch
framework. Since tabs do not exist when launching is performed elsewhere
than the launch dialog, this method cannot be relied upon for launching
functionality.
|
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|