Uses of Class
org.eclipse.jface.text.DocumentRewriteSessionType
Packages that use DocumentRewriteSessionType
Package
Description
Provides the API for manipulating file buffers.
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 DocumentRewriteSessionTypeModifier and TypeMethodDescriptionprotected DocumentRewriteSessionTypeConvertLineDelimitersOperation.getDocumentRewriteSessionType()protected DocumentRewriteSessionTypeRemoveTrailingWhitespaceOperation.getDocumentRewriteSessionType()protected abstract DocumentRewriteSessionTypeTextFileBufferOperation.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 DocumentRewriteSessionTypeModifier and TypeFieldDescriptionstatic final DocumentRewriteSessionTypeDocumentRewriteSessionType.SEQUENTIALA sequential rewrite session is a sequence of non-overlapping replace operations starting at an arbitrary document offset.static final DocumentRewriteSessionTypeDocumentRewriteSessionType.STRICTLY_SEQUENTIALA strictly sequential rewrite session is a sequence of non-overlapping replace operations from the start of the document to its end.static final DocumentRewriteSessionTypeDocumentRewriteSessionType.UNRESTRICTEDAn unrestricted rewrite session is a sequence of unrestricted replace operations.static final DocumentRewriteSessionTypeDocumentRewriteSessionType.UNRESTRICTED_SMALLAn small unrestricted rewrite session is a short sequence of unrestricted replace operations.Methods in org.eclipse.jface.text that return DocumentRewriteSessionTypeModifier and TypeMethodDescriptionDocumentRewriteSession.getSessionType()Returns the type of this session.Methods in org.eclipse.jface.text with parameters of type DocumentRewriteSessionTypeModifier and TypeMethodDescriptionAbstractDocument.startRewriteSession(DocumentRewriteSessionType sessionType) IDocumentExtension4.startRewriteSession(DocumentRewriteSessionType sessionType) Tells the document that it is about to be rewritten.Constructors in org.eclipse.jface.text with parameters of type DocumentRewriteSessionTypeModifierConstructorDescriptionprotectedDocumentRewriteSession(DocumentRewriteSessionType sessionType) Prohibit package external object creation.