Eclipse Platform
Release 3.1

org.eclipse.jface.text
Class DocumentRewriteSessionType

java.lang.Object
  extended byorg.eclipse.jface.text.DocumentRewriteSessionType

public class DocumentRewriteSessionType
extends Object

A document rewrite session type.

Allowed values are:

Since:
3.1
See Also:
IDocument, IDocumentExtension4, IDocumentRewriteSessionListener

Field Summary
static DocumentRewriteSessionType SEQUENTIAL
          A sequential rewrite session is a sequence of non-overlapping replace operations starting at an arbitrary document offset.
static 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 UNRESTRICTED
          A unrestricted rewrite session is a sequence of unrestricted replace operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNRESTRICTED

public static final DocumentRewriteSessionType UNRESTRICTED
A unrestricted rewrite session is a sequence of unrestricted replace operations.


SEQUENTIAL

public static final DocumentRewriteSessionType SEQUENTIAL
A sequential rewrite session is a sequence of non-overlapping replace operations starting at an arbitrary document offset.


STRICTLY_SEQUENTIAL

public static final 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.


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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