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 JDT
Release 3.5

Uses of Interface
org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation

Packages that use IJavaSourceLocation
org.eclipse.jdt.debug.ui

Provides an implementation of a source locator for the Java debug model. 

org.eclipse.jdt.launching.sourcelookup Application programming interfaces and classes for source lookup. 
 

Uses of IJavaSourceLocation in org.eclipse.jdt.debug.ui
 

Methods in org.eclipse.jdt.debug.ui that return IJavaSourceLocation
  IJavaSourceLocation[] JavaUISourceLocator. getSourceLocations ()
          Deprecated.  
 

Methods in org.eclipse.jdt.debug.ui with parameters of type IJavaSourceLocation
 void JavaUISourceLocator. setSourceLocations ( IJavaSourceLocation[] locations)
          Deprecated.  
 

Uses of IJavaSourceLocation in org.eclipse.jdt.launching.sourcelookup
 

Classes in org.eclipse.jdt.launching.sourcelookup that implement IJavaSourceLocation
 class ArchiveSourceLocation
          Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by the following classes: org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer and org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer.
 class DirectorySourceLocation
          Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer.
 class JavaProjectSourceLocation
          Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer.
 class PackageFragmentRootSourceLocation
          Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer.
 

Methods in org.eclipse.jdt.launching.sourcelookup that return IJavaSourceLocation
static  IJavaSourceLocation[] JavaSourceLocator. getDefaultSourceLocations ( IJavaProject project)
          Deprecated. Returns a default collection of source locations for the given Java project.
  IJavaSourceLocation[] JavaSourceLocator. getSourceLocations ()
          Deprecated. Returns the locations that this source locator is currently searching, in the order that they are searched.
 

Methods in org.eclipse.jdt.launching.sourcelookup with parameters of type IJavaSourceLocation
 void JavaSourceLocator. setSourceLocations ( IJavaSourceLocation[] locations)
          Deprecated. Sets the locations that will be searched, in the order to be searched.
 

Constructors in org.eclipse.jdt.launching.sourcelookup with parameters of type IJavaSourceLocation
JavaSourceLocator ( IJavaSourceLocation[] locations)
          Deprecated. Constructs a new JavaSourceLocator that searches the specified set of source locations for source elements.
 


Eclipse JDT
Release 3.5

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

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