Uses of Interface
org.eclipse.wst.jsdt.core.IWorkingCopy

Packages that use IWorkingCopy
org.eclipse.wst.jsdt.core   
 

Uses of IWorkingCopy in org.eclipse.wst.jsdt.core
 

Subinterfaces of IWorkingCopy in org.eclipse.wst.jsdt.core
 interface IJavaScriptUnit
          Represents an entire JavaScript file (source file with one of the JavaScript-like extensions).
 

Methods in org.eclipse.wst.jsdt.core that return IWorkingCopy
static IWorkingCopy[] JavaScriptCore.getSharedWorkingCopies(IBufferFactory factory)
          Deprecated. Use JavaScriptCore.getWorkingCopies(WorkingCopyOwner) instead
 

Methods in org.eclipse.wst.jsdt.core with parameters of type IWorkingCopy
 ITypeHierarchy IType.newTypeHierarchy(IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated. Use IType.newTypeHierarchy(IJavaScriptUnit[], IProgressMonitor) instead