Uses of Interface
org.eclipse.jdt.core.IWorkingCopy
-
Packages that use IWorkingCopy 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. -
-
Uses of IWorkingCopy in org.eclipse.jdt.core
Subinterfaces of IWorkingCopy in org.eclipse.jdt.core Modifier and Type Interface Description interfaceICompilationUnitRepresents an entire Java compilation unit (source file with one of theJava-like extensions).Methods in org.eclipse.jdt.core that return IWorkingCopy Modifier and Type Method Description static IWorkingCopy[]JavaCore. getSharedWorkingCopies(IBufferFactory factory)Deprecated.UseJavaCore.getWorkingCopies(WorkingCopyOwner)insteadMethods in org.eclipse.jdt.core with parameters of type IWorkingCopy Modifier and Type Method Description ITypeHierarchyIType. newSupertypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)Deprecated.ITypeHierarchyIType. newTypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)Deprecated. -
Uses of IWorkingCopy in org.eclipse.jdt.core.search
Constructors in org.eclipse.jdt.core.search with parameters of type IWorkingCopy Constructor Description SearchEngine(IWorkingCopy[] workingCopies)Deprecated.UseSearchEngine(ICompilationUnit[])instead. -
Uses of IWorkingCopy in org.eclipse.jdt.ui
Methods in org.eclipse.jdt.ui that return IWorkingCopy Modifier and Type Method Description static IWorkingCopy[]JavaUI. getSharedWorkingCopies()Deprecated.UseJavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner)instead withnullas argument for owner.static IWorkingCopy[]JavaUI. getSharedWorkingCopiesOnClasspath()Deprecated.UseJavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner)instead and filter the list withIJavaProject.isOnClasspath(IJavaElement).
-