public class BufferFactoryWrapper extends WorkingCopyOwner
| Modifier and Type | Field and Description |
|---|---|
IBufferFactory |
factory
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkingCopyOwner |
create(IBufferFactory factory)
Deprecated.
|
IBuffer |
createBuffer(ICompilationUnit workingCopy)
Deprecated.
Creates a buffer for the given working copy.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
findSource, getProblemRequestor, isPackage, newWorkingCopy, newWorkingCopy, setPrimaryBufferProviderpublic IBufferFactory factory
public static WorkingCopyOwner create(IBufferFactory factory)
public IBuffer createBuffer(ICompilationUnit workingCopy)
WorkingCopyOwnernull).
Note: This buffer will be associated to the working copy for its entire life-cycle. Another working copy on same unit but owned by a different owner would not share the same buffer unless its owner decided to implement such a sharing behaviour.
createBuffer in class WorkingCopyOwnerworkingCopy - the working copy of the bufferIBufferpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object