Uses of Interface
org.eclipse.jface.text.ITextStore
Packages that use ITextStore
Package
Description
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 ITextStoreModifier and TypeClassDescriptionclass
Copy-on-writeITextStore
wrapper.class
Implements a gap managing text store.class
Deprecated.Fields in org.eclipse.jface.text declared as ITextStoreModifier and TypeFieldDescriptionprotected ITextStore
CopyOnWriteTextStore.fTextStore
The underlying "real" text storeMethods in org.eclipse.jface.text that return ITextStoreModifier and TypeMethodDescriptionSequentialRewriteTextStore.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 ITextStoreModifier and TypeMethodDescriptionprotected void
AbstractDocument.setTextStore
(ITextStore store) Sets the document's text store.Constructors in org.eclipse.jface.text with parameters of type ITextStoreModifierConstructorDescriptionCopyOnWriteTextStore
(ITextStore modifiableTextStore) Creates an empty text store.SequentialRewriteTextStore
(ITextStore source) Deprecated.Creates a new sequential rewrite store for the given source store.
GapTextStore
performs better even for sequential rewrite scenarios