Package | Description |
---|---|
org.eclipse.jdt.core |
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
|
org.eclipse.jdt.core.search |
Provides support for searching the workspace Java
elements that match a particular description.
|
org.eclipse.jdt.ui |
Application programming interfaces for interaction
with the Eclipse Java User Interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICompilationUnit
Represents an entire Java compilation unit (source file with one of the
Java-like extensions ). |
Modifier and Type | Method and Description |
---|---|
static IWorkingCopy[] |
JavaCore.getSharedWorkingCopies(IBufferFactory factory)
Deprecated.
Use
JavaCore.getWorkingCopies(WorkingCopyOwner) instead |
Modifier and Type | Method and Description |
---|---|
ITypeHierarchy |
IType.newSupertypeHierarchy(IWorkingCopy[] workingCopies,
IProgressMonitor monitor)
Deprecated.
|
ITypeHierarchy |
IType.newTypeHierarchy(IWorkingCopy[] workingCopies,
IProgressMonitor monitor)
Deprecated.
|
Constructor and Description |
---|
SearchEngine(IWorkingCopy[] workingCopies)
Deprecated.
Use
SearchEngine.SearchEngine(ICompilationUnit[]) instead. |
Modifier and Type | Method and Description |
---|---|
static IWorkingCopy[] |
JavaUI.getSharedWorkingCopies()
Deprecated.
Use
JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner) instead with null as
argument for owner. |
static IWorkingCopy[] |
JavaUI.getSharedWorkingCopiesOnClasspath()
Deprecated.
Use
JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner) instead and filter the list
with IJavaProject.isOnClasspath(IJavaElement) . |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.