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 TypeClassDescriptionclassCopy-on-writeITextStorewrapper.classImplements a gap managing text store.classDeprecated.Fields in org.eclipse.jface.text declared as ITextStoreModifier and TypeFieldDescriptionprotected ITextStoreCopyOnWriteTextStore.fTextStoreThe underlying "real" text storeMethods in org.eclipse.jface.text that return ITextStoreModifier and TypeMethodDescriptionSequentialRewriteTextStore.getSourceStore()Deprecated.protected ITextStoreAbstractDocument.getStore()Returns the document's text store.Methods in org.eclipse.jface.text with parameters of type ITextStoreModifier and TypeMethodDescriptionprotected voidAbstractDocument.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.
GapTextStoreperforms better even for sequential rewrite scenarios