Uses of Interface
org.eclipse.jdt.core.IBufferFactory
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
-
Uses of IBufferFactory in org.eclipse.jdt.core
Modifier and TypeMethodDescriptionIWorkingCopy.findSharedWorkingCopy
(IBufferFactory bufferFactory) Deprecated.static IWorkingCopy[]
JavaCore.getSharedWorkingCopies
(IBufferFactory factory) Deprecated.UseJavaCore.getWorkingCopies(WorkingCopyOwner)
insteadIWorkingCopy.getSharedWorkingCopy
(org.eclipse.core.runtime.IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor) Deprecated.IClassFile.getWorkingCopy
(org.eclipse.core.runtime.IProgressMonitor monitor, IBufferFactory factory) Deprecated.IWorkingCopy.getWorkingCopy
(org.eclipse.core.runtime.IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor) Deprecated. -
Uses of IBufferFactory in org.eclipse.jdt.ui
Modifier and TypeMethodDescriptionstatic IBufferFactory
JavaUI.getBufferFactory()
Deprecated.IBufferFactory
has been replaced byWorkingCopyOwner
.
ICompilationUnit.findWorkingCopy(WorkingCopyOwner)
instead.