Eclipse Platform
2.1

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. 
 

Uses of ILaunchConfigurationType in org.eclipse.debug.core
 

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

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
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.