Eclipse Platform
2.1

Uses of Interface
org.eclipse.debug.core.model.ISourceLocator

Packages that use ISourceLocator
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
 

Uses of ISourceLocator in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return ISourceLocator
 ISourceLocator ILaunch.getSourceLocator()
          Returns the source locator to use for locating source elements for the debug target associated with this launch, or null if source lookup is not supported.
 ISourceLocator Launch.getSourceLocator()
           
 

Methods in org.eclipse.debug.core with parameters of type ISourceLocator
 void ILaunch.setSourceLocator(ISourceLocator sourceLocator)
          Sets the source locator to use for locating source elements for the debug target associated with this launch, or null if source lookup is not supported.
 void Launch.setSourceLocator(ISourceLocator sourceLocator)
           
 

Constructors in org.eclipse.debug.core with parameters of type ISourceLocator
Launch(ILaunchConfiguration launchConfiguration, String mode, ISourceLocator locator)
          Constructs a launch with the specified attributes.
 

Uses of ISourceLocator in org.eclipse.debug.core.model
 

Subinterfaces of ISourceLocator in org.eclipse.debug.core.model
 interface IPersistableSourceLocator
          A source locator that can be persisted and restored, to be used with a specfic launch configuration.
 


Eclipse Platform
2.1

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