Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.debug.core.ILaunchConfigurationType

Packages that use ILaunchConfigurationType
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
 

Uses of ILaunchConfigurationType in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return ILaunchConfigurationType
  ILaunchConfigurationType ILaunchManager. getLaunchConfigurationType ( String id)
          Returns the launch configuration type extension with the specified id, or null if it does not exist.
  ILaunchConfigurationType[] ILaunchManager. getLaunchConfigurationTypes ()
          Returns all defined launch configuration type extensions
  ILaunchConfigurationType ILaunchConfiguration. getType ()
          Returns the type of this launch configuration.
 

Methods in org.eclipse.debug.core with parameters of type ILaunchConfigurationType
  ILaunchConfiguration[] ILaunchManager. getLaunchConfigurations ( ILaunchConfigurationType type)
          Returns all launch configurations of the specified type defined in the workspace
 

Uses of ILaunchConfigurationType in org.eclipse.debug.ui
 

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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire