|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.DocumentRewriteSessionType
A document rewrite session type.
Allowed values are:
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 |
public static final DocumentRewriteSessionType UNRESTRICTED
public static final DocumentRewriteSessionType SEQUENTIAL
public static final DocumentRewriteSessionType STRICTLY_SEQUENTIAL
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.