Eclipse JDT
2.1

Uses of Interface
org.eclipse.jdt.core.IBufferFactory

Packages that use IBufferFactory
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.ui 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 IBufferFactory
 IJavaElement IClassFile.getWorkingCopy(IProgressMonitor monitor, IBufferFactory factory)
          Returns a working copy on the source associated with this class file using the given factory to create the buffer, or null if there is no source associated with the class file.
static IWorkingCopy[] JavaCore.getSharedWorkingCopies(IBufferFactory factory)
          Answers the shared working copies currently registered for this buffer factory.
 IJavaElement IWorkingCopy.findSharedWorkingCopy(IBufferFactory bufferFactory)
          Finds the shared working copy for this element, given a IBuffer factory.
 IJavaElement IWorkingCopy.getSharedWorkingCopy(IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor)
          Returns a shared working copy on this element using the given factory to create the buffer, or this element if this element is already a working copy.
 IJavaElement IWorkingCopy.getWorkingCopy(IProgressMonitor monitor, IBufferFactory factory, IProblemRequestor problemRequestor)
          Returns a new working copy of this element using the given factory to create the buffer, or this element if this element is already a working copy.
 

Uses of IBufferFactory in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui that return IBufferFactory
static IBufferFactory JavaUI.getBufferFactory()
          Returns the BufferFactory for the Java UI plug-in.
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.