|
 |
|
|
Uses of Interface org.eclipse.debug.core.ILaunchConfigurationType
Methods in
org.eclipse.debug.ui with parameters of type
ILaunchConfigurationType
|
static
String
|
DebugUITools.
getLaunchPerspective
(
ILaunchConfigurationType type,
ILaunchDelegate delegate,
Set modes)
Returns the perspective id to switch to when a configuration of the given type launched with the specified delegate
is launched in the given mode set, or null if no switch should occurr. |
static
String
|
DebugUITools.
getLaunchPerspective
(
ILaunchConfigurationType type,
String mode)
Returns the perspective to switch to when a configuration of the given type
is launched in the given mode, or null if no switch should take
place. |
static void
|
DebugUITools.
setLaunchPerspective
(
ILaunchConfigurationType type,
ILaunchDelegate delegate,
Set modes,
String perspectiveid)
Sets the perspective to switch to when a configuration of the specified type and launched using the
specified launch delegate is launched in the specified modeset. |
static void
|
DebugUITools.
setLaunchPerspective
(
ILaunchConfigurationType type,
String mode,
String perspective)
Sets the perspective to switch to when a configuration of the given type
is launched in the given mode. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|