Eclipse JDT
2.1

Uses of Interface
org.eclipse.jdt.core.IWorkingCopy

Packages that use IWorkingCopy
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
 interface ICompilationUnit
          Represents an entire Java compilation unit (.java source file).
 

Methods in org.eclipse.jdt.core that return IWorkingCopy
static IWorkingCopy[] JavaCore.getSharedWorkingCopies(IBufferFactory factory)
          Answers the shared working copies currently registered for this buffer factory.
 

Methods in org.eclipse.jdt.core with parameters of type IWorkingCopy
 ITypeHierarchy IType.newSupertypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the given working copies.
 ITypeHierarchy IType.newTypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the given working copies.
 

Uses of IWorkingCopy in org.eclipse.jdt.core.search
 

Constructors in org.eclipse.jdt.core.search with parameters of type IWorkingCopy
SearchEngine(IWorkingCopy[] workingCopies)
          Creates a new search engine with a list of working copies that will take precedence over their original compilation units in the subsequent search operations.
 

Uses of IWorkingCopy in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui that return IWorkingCopy
static IWorkingCopy[] JavaUI.getSharedWorkingCopies()
          Answers the shared working copies currently registered for the Java plug-in.
static IWorkingCopy[] JavaUI.getSharedWorkingCopiesOnClasspath()
          Answers the shared working copies that are on the class path of a Java project currently registered for the Java plug-in.
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.