Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyOnWriteTextStore
Copy-on-write
ITextStore wrapper. |
class |
GapTextStore
Implements a gap managing text store.
|
class |
SequentialRewriteTextStore
A text store that optimizes a given source text store for sequential rewriting.
|
Modifier and Type | Field and Description |
---|---|
protected ITextStore |
CopyOnWriteTextStore.fTextStore
The underlying "real" text store
|
Modifier and Type | Method and Description |
---|---|
ITextStore |
SequentialRewriteTextStore.getSourceStore()
Returns the source store of this rewrite store.
|
protected ITextStore |
AbstractDocument.getStore()
Returns the document's text store.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDocument.setTextStore(ITextStore store)
Sets the document's text store.
|
Constructor and Description |
---|
CopyOnWriteTextStore(ITextStore modifiableTextStore)
Creates an empty text store.
|
SequentialRewriteTextStore(ITextStore source)
Creates a new sequential rewrite store for the given source store.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.