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
Deprecated.
since 3.3 as
GapTextStore performs better even for sequential rewrite scenarios |
Modifier and Type | Field and Description |
---|---|
protected ITextStore |
CopyOnWriteTextStore.fTextStore
The underlying "real" text store
|
Modifier and Type | Method and Description |
---|---|
ITextStore |
SequentialRewriteTextStore.getSourceStore()
Deprecated.
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)
Deprecated.
Creates a new sequential rewrite store for the given source store.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.