Java org.eclipse.jdt.core WorkingCopyOwner fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core WorkingCopyOwner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core WorkingCopyOwner.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.WorkingCopyOwner has subclasses.
Click this link to see all its subclasses.

Constructor

Method

IProblemRequestorgetProblemRequestor(ICompilationUnit workingCopy)
Returns the problem requestor used by a working copy of this working copy owner.
ICompilationUnitnewWorkingCopy(String name, IClasspathEntry[] classpath, IProgressMonitor monitor)
Returns a new working copy with the given name using this working copy owner to create its buffer.
voidsetPrimaryBufferProvider(WorkingCopyOwner primaryBufferProvider)
Sets the buffer provider of the primary working copy owner.