Uses of Interface
org.eclipse.jdt.core.IBufferFactory
Packages that use 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
Methods in org.eclipse.jdt.core with parameters of type IBufferFactoryModifier 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
Methods in org.eclipse.jdt.ui that return IBufferFactoryModifier and TypeMethodDescriptionstatic IBufferFactoryJavaUI.getBufferFactory()Deprecated.IBufferFactoryhas been replaced byWorkingCopyOwner.
ICompilationUnit.findWorkingCopy(WorkingCopyOwner)instead.