|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITextStore | |
---|---|
org.eclipse.jface.text | Provides a framework for creating and manipulating text documents. |
Uses of ITextStore in org.eclipse.jface.text |
---|
Classes in org.eclipse.jface.text that implement ITextStore | |
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 |
Fields in org.eclipse.jface.text declared as ITextStore | |
protected ITextStore |
CopyOnWriteTextStore.fTextStore
The underlying "real" text store |
Methods in org.eclipse.jface.text that return ITextStore | |
ITextStore |
SequentialRewriteTextStore.getSourceStore()
Deprecated. Returns the source store of this rewrite store. |
protected ITextStore |
AbstractDocument.getStore()
Returns the document's text store. |
Methods in org.eclipse.jface.text with parameters of type ITextStore | |
protected void |
AbstractDocument.setTextStore(ITextStore store)
Sets the document's text store. |
Constructors in org.eclipse.jface.text with parameters of type ITextStore | |
SequentialRewriteTextStore(ITextStore source)
Deprecated. Creates a new sequential rewrite store for the given source store. |
|
CopyOnWriteTextStore(ITextStore modifiableTextStore)
Creates an empty text store. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.