Eclipse Platform
2.1

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

Packages that use ITextStore
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing 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 ProjectionTextStore
          The text store of a ProjectionDocument.
 class SequentialRewriteTextStore
          A text store that optimizes a given source text store for sequential rewriting.
 

Methods in org.eclipse.jface.text that return ITextStore
protected  ITextStore AbstractDocument.getStore()
          Returns the document's text store.
 ITextStore SequentialRewriteTextStore.getSourceStore()
          Returns the source store of this rewrite 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
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.