|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 abstract DocumentRewriteSessionType |
TextFileBufferOperation.getDocumentRewriteSessionType()
Returns the rewrite session type that corresponds to the text edit sequence. |
protected DocumentRewriteSessionType |
RemoveTrailingWhitespaceOperation.getDocumentRewriteSessionType()
|
protected DocumentRewriteSessionType |
ConvertLineDelimitersOperation.getDocumentRewriteSessionType()
|
Uses of DocumentRewriteSessionType in org.eclipse.jface.text |
---|
Fields in org.eclipse.jface.text declared as DocumentRewriteSessionType | |
static DocumentRewriteSessionType |
DocumentRewriteSessionType.UNRESTRICTED
A unrestricted rewrite session is a sequence of unrestricted replace operations. |
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. |
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 |
IDocumentExtension4.startRewriteSession(DocumentRewriteSessionType sessionType)
Tells the document that it is about to be rewritten. |
DocumentRewriteSession |
AbstractDocument.startRewriteSession(DocumentRewriteSessionType sessionType)
|
Constructors in org.eclipse.jface.text with parameters of type DocumentRewriteSessionType | |
DocumentRewriteSession(DocumentRewriteSessionType sessionType)
Prohibit package external object creation. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.