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 Class
org.eclipse.jface.text.DocumentRewriteSessionType

Packages that use DocumentRewriteSessionType
org.eclipse.core.filebuffers.manipulation Provides the API for manipulating file buffers. 
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
 

Uses of DocumentRewriteSessionType in org.eclipse.core.filebuffers.manipulation
 

Methods in org.eclipse.core.filebuffers.manipulation that return DocumentRewriteSessionType
protected   DocumentRewriteSessionType RemoveTrailingWhitespaceOperation. getDocumentRewriteSessionType ()
           
protected   DocumentRewriteSessionType ConvertLineDelimitersOperation. getDocumentRewriteSessionType ()
           
protected abstract   DocumentRewriteSessionType TextFileBufferOperation. getDocumentRewriteSessionType ()
          Returns the rewrite session type that corresponds to the text edit sequence.
 

Uses of DocumentRewriteSessionType in org.eclipse.jface.text
 

Fields in org.eclipse.jface.text declared as DocumentRewriteSessionType
static  DocumentRewriteSessionType DocumentRewriteSessionType. SEQUENTIAL
          A sequential rewrite session is a sequence of non-overlapping replace operations starting at an arbitrary document offset.
static  DocumentRewriteSessionType DocumentRewriteSessionType. STRICTLY_SEQUENTIAL
          A strictly sequential rewrite session is a sequence of non-overlapping replace operations from the start of the document to its end.
static  DocumentRewriteSessionType DocumentRewriteSessionType. UNRESTRICTED
          An unrestricted rewrite session is a sequence of unrestricted replace operations.
static  DocumentRewriteSessionType DocumentRewriteSessionType. UNRESTRICTED_SMALL
          An small unrestricted rewrite session is a short sequence of unrestricted replace operations.
 

Methods in org.eclipse.jface.text that return DocumentRewriteSessionType
  DocumentRewriteSessionType DocumentRewriteSession. getSessionType ()
          Returns the type of this session.
 

Methods in org.eclipse.jface.text with parameters of type DocumentRewriteSessionType
  DocumentRewriteSession AbstractDocument. startRewriteSession ( DocumentRewriteSessionType sessionType)
           
  DocumentRewriteSession IDocumentExtension4. startRewriteSession ( DocumentRewriteSessionType sessionType)
          Tells the document that it is about to be rewritten.
 

Constructors in org.eclipse.jface.text with parameters of type DocumentRewriteSessionType
DocumentRewriteSession ( DocumentRewriteSessionType sessionType)
          Prohibit package external object creation.
 


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