Uses of Interface
org.eclipse.jdt.core.IWorkingCopy
Packages that use IWorkingCopy
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Provides support for searching the workspace Java
elements that match a particular description.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
-
Uses of IWorkingCopy in org.eclipse.jdt.core
Subinterfaces of IWorkingCopy in org.eclipse.jdt.coreModifier and TypeInterfaceDescriptioninterface
Represents an entire Java compilation unit (source file with one of theJava-like extensions
).Methods in org.eclipse.jdt.core that return IWorkingCopyModifier and TypeMethodDescriptionstatic IWorkingCopy[]
JavaCore.getSharedWorkingCopies
(IBufferFactory factory) Deprecated.Methods in org.eclipse.jdt.core with parameters of type IWorkingCopyModifier and TypeMethodDescriptionIType.newSupertypeHierarchy
(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.IType.newTypeHierarchy
(IWorkingCopy[] workingCopies, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated. -
Uses of IWorkingCopy in org.eclipse.jdt.core.search
Constructors in org.eclipse.jdt.core.search with parameters of type IWorkingCopyModifierConstructorDescriptionSearchEngine
(IWorkingCopy[] workingCopies) Deprecated.UseSearchEngine(ICompilationUnit[])
instead. -
Uses of IWorkingCopy in org.eclipse.jdt.ui
Methods in org.eclipse.jdt.ui that return IWorkingCopyModifier and TypeMethodDescriptionstatic IWorkingCopy[]
JavaUI.getSharedWorkingCopies()
Deprecated.UseJavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner)
instead withnull
as argument for owner.static IWorkingCopy[]
JavaUI.getSharedWorkingCopiesOnClasspath()
Deprecated.UseJavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner)
instead and filter the list withIJavaProject.isOnClasspath(IJavaElement)
.
JavaCore.getWorkingCopies(WorkingCopyOwner)
instead