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

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

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

Methods in org.eclipse.wst.jsdt.core with parameters of type IBufferFactory
 IJavaScriptElement IWorkingCopy.findSharedWorkingCopy(IBufferFactory bufferFactory)
          Deprecated. Use IJavaScriptUnit.findWorkingCopy(WorkingCopyOwner) instead.
static IWorkingCopy[] JavaScriptCore.getSharedWorkingCopies(IBufferFactory factory)
          Deprecated. Use JavaScriptCore.getWorkingCopies(WorkingCopyOwner) instead
 IJavaScriptElement IWorkingCopy.getSharedWorkingCopy(IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor)
          Deprecated. Use IJavaScriptUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead.
 IJavaScriptElement IWorkingCopy.getWorkingCopy(IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor)
          Deprecated. Use IJavaScriptUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead.