|
Eclipse JDT Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
IJavaSourceLocation[] |
JavaSourceLocator.getSourceLocations()
Deprecated. Returns the locations that this source locator is currently searching, in the order that they are searched. |
static IJavaSourceLocation[] |
JavaSourceLocator.getDefaultSourceLocations(IJavaProject project)
Deprecated. Returns a default collection of source locations for the given Java project. |
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.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |