Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.ITextStore

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 GapTextStore
          Implements a gap managing text store.
 class SequentialRewriteTextStore
          A text store that optimizes a given source text store for sequential rewriting.
 

Methods in org.eclipse.jface.text that return ITextStore
 ITextStore SequentialRewriteTextStore.getSourceStore()
          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)
          Creates a new sequential rewrite store for the given source store.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.