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.sourcelookup.ISourcePathComputer

Packages that use ISourcePathComputer
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.sourcelookup Provides support for source lookup. 
 

Uses of ISourcePathComputer in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return ISourcePathComputer
  ISourcePathComputer ILaunchConfigurationType. getSourcePathComputer ()
          Returns the source path computer registered with this launch configuration type or null if unspecified.
  ISourcePathComputer ILaunchManager. getSourcePathComputer ( ILaunchConfiguration configuration)
          Returns a source path computer to compute a default source lookup path for the given launch configuration, or null if a source path computer has not been registered for the associated launch configuration type.
  ISourcePathComputer ILaunchManager. getSourcePathComputer ( String id)
          Returns the source path computer extension registered with the given unique identifier, or null if none.
 

Uses of ISourcePathComputer in org.eclipse.debug.core.sourcelookup
 

Fields in org.eclipse.debug.core.sourcelookup declared as ISourcePathComputer
protected   ISourcePathComputer AbstractSourceLookupDirector. fComputer
           
 

Methods in org.eclipse.debug.core.sourcelookup that return ISourcePathComputer
  ISourcePathComputer ISourceLookupDirector. getSourcePathComputer ()
          Returns the source path computer to use with this source lookup director, possibly null.
  ISourcePathComputer AbstractSourceLookupDirector. getSourcePathComputer ()
           
 

Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourcePathComputer
 void ISourceLookupDirector. setSourcePathComputer ( ISourcePathComputer computer)
          Sets the source path computer for this source lookup director.
 void AbstractSourceLookupDirector. setSourcePathComputer ( ISourcePathComputer computer)
           
 


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