Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IBuffer |
WorkingCopyOwner.createBuffer(ICompilationUnit workingCopy)
Creates a buffer for the given working copy.
|
IBuffer |
IBufferFactory.createBuffer(IOpenable owner)
Deprecated.
Creates a buffer for the given owner.
|
IBuffer |
IOpenable.getBuffer()
Returns the buffer opened for this element, or
null
if this element does not have a buffer. |
IBuffer |
BufferChangedEvent.getBuffer()
Returns the buffer which has changed.
|
Constructor and Description |
---|
BufferChangedEvent(IBuffer buffer,
int offset,
int length,
String text)
Creates a new buffer changed event indicating that the given buffer has changed.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.