Methods in org.eclipse.jdt.core with parameters of type IBufferFactory |
IJavaElement |
IWorkingCopy.findSharedWorkingCopy(IBufferFactory bufferFactory)
Deprecated. Use ICompilationUnit.findWorkingCopy(WorkingCopyOwner) instead. |
static IWorkingCopy[] |
JavaCore.getSharedWorkingCopies(IBufferFactory factory)
Deprecated. Use JavaCore.getWorkingCopies(WorkingCopyOwner) instead |
IJavaElement |
IWorkingCopy.getSharedWorkingCopy(IProgressMonitor monitor,
IBufferFactory factory,
IProblemRequestor problemRequestor)
Deprecated. Use ICompilationUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead. |
IJavaElement |
IClassFile.getWorkingCopy(IProgressMonitor monitor,
IBufferFactory factory)
Deprecated. Use ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead |
IJavaElement |
IWorkingCopy.getWorkingCopy(IProgressMonitor monitor,
IBufferFactory factory,
IProblemRequestor problemRequestor)
Deprecated. Use ICompilationUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead. |