Uses of Interface
org.eclipse.jface.text.ITextStore
-
Packages that use ITextStore Package Description 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 Modifier and Type Class Description classCopyOnWriteTextStoreCopy-on-writeITextStorewrapper.classGapTextStoreImplements a gap managing text store.classSequentialRewriteTextStoreDeprecated.since 3.3 asGapTextStoreperforms better even for sequential rewrite scenariosFields in org.eclipse.jface.text declared as ITextStore Modifier and Type Field Description protected ITextStoreCopyOnWriteTextStore. fTextStoreThe underlying "real" text storeMethods in org.eclipse.jface.text that return ITextStore Modifier and Type Method Description ITextStoreSequentialRewriteTextStore. getSourceStore()Deprecated.Returns the source store of this rewrite store.protected ITextStoreAbstractDocument. getStore()Returns the document's text store.Methods in org.eclipse.jface.text with parameters of type ITextStore Modifier and Type Method Description protected voidAbstractDocument. setTextStore(ITextStore store)Sets the document's text store.Constructors in org.eclipse.jface.text with parameters of type ITextStore Constructor Description CopyOnWriteTextStore(ITextStore modifiableTextStore)Creates an empty text store.SequentialRewriteTextStore(ITextStore source)Deprecated.Creates a new sequential rewrite store for the given source store.
-