Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 CopyOnWriteTextStore
          Copy-on-write ITextStore wrapper.
 class GapTextStore
          Implements a gap managing text store.
 class SequentialRewriteTextStore
          Deprecated. since 3.3 as GapTextStore performs better even for sequential rewrite scenarios
 

Fields in org.eclipse.jface.text declared as ITextStore
protected   ITextStore CopyOnWriteTextStore. fTextStore
          The underlying "real" text store
 

Methods in org.eclipse.jface.text that return ITextStore
  ITextStore SequentialRewriteTextStore. 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 ITextStore
protected  void AbstractDocument. setTextStore ( ITextStore store)
          Sets the document's text store.
 

Constructors in org.eclipse.jface.text with parameters of type ITextStore
CopyOnWriteTextStore ( ITextStore modifiableTextStore)
          Creates an empty text store.
SequentialRewriteTextStore ( ITextStore source)
          Deprecated. Creates a new sequential rewrite store for the given source store.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire