|
Eclipse JDT 2.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()
|
Methods in org.eclipse.jdt.debug.ui with parameters of type IJavaSourceLocation | |
void |
JavaUISourceLocator.setSourceLocations(IJavaSourceLocation[] locations)
|
Uses of IJavaSourceLocation in org.eclipse.jdt.launching.sourcelookup |
Classes in org.eclipse.jdt.launching.sourcelookup that implement IJavaSourceLocation | |
class |
ArchiveSourceLocation
Locates source elements in an archive (zip) in the local file system. |
class |
DirectorySourceLocation
Locates source elements in a directory in the local file system. |
class |
JavaProjectSourceLocation
Locates source elements in all source folders of the given Java project. |
class |
PackageFragmentRootSourceLocation
Locates source elements in a package fragment root. |
Methods in org.eclipse.jdt.launching.sourcelookup that return IJavaSourceLocation | |
IJavaSourceLocation[] |
JavaSourceLocator.getSourceLocations()
Returns the locations that this source locator is currently searching, in the order that they are searched. |
static IJavaSourceLocation[] |
JavaSourceLocator.getDefaultSourceLocations(IJavaProject project)
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)
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)
Constructs a new JavaSourceLocator that searches the specified set of source locations for source elements. |
|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |