Uses of Class
org.eclipse.jface.text.DocumentRewriteSession
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager
, IPresentationRepairer
and IDocumentPartitioner
.-
Uses of DocumentRewriteSession in org.eclipse.jface.text
Modifier and TypeMethodDescriptionfinal DocumentRewriteSession
AbstractDocument.getActiveRewriteSession()
IDocumentExtension4.getActiveRewriteSession()
Returns the active rewrite session of this document ornull
.IDocumentPartitionerExtension3.getActiveRewriteSession()
Returns the active rewrite session of this document ornull
.DocumentRewriteSessionEvent.getSession()
Returns the rewrite session.AbstractDocument.startRewriteSession
(DocumentRewriteSessionType sessionType) IDocumentExtension4.startRewriteSession
(DocumentRewriteSessionType sessionType) Tells the document that it is about to be rewritten.Modifier and TypeMethodDescriptionfinal void
AbstractLineTracker.startRewriteSession
(DocumentRewriteSession session) void
IDocumentPartitionerExtension3.startRewriteSession
(DocumentRewriteSession session) Tells the document partitioner that a rewrite session started.void
ILineTrackerExtension.startRewriteSession
(DocumentRewriteSession session) Tells the line tracker that a rewrite session started.protected final void
AbstractDocument.startRewriteSessionOnPartitioners
(DocumentRewriteSession session) Starts the given rewrite session.void
AbstractDocument.stopRewriteSession
(DocumentRewriteSession session) final void
AbstractLineTracker.stopRewriteSession
(DocumentRewriteSession session, String text) void
IDocumentExtension4.stopRewriteSession
(DocumentRewriteSession session) Tells the document to stop the rewrite session.void
IDocumentPartitionerExtension3.stopRewriteSession
(DocumentRewriteSession session) Tells the document partitioner that the rewrite session has finished.void
ILineTrackerExtension.stopRewriteSession
(DocumentRewriteSession session, String text) Tells the line tracker that the rewrite session has finished.protected final void
AbstractDocument.stopRewriteSessionOnPartitioners
(DocumentRewriteSession session) Stops the given rewrite session.ModifierConstructorDescriptionDocumentRewriteSessionEvent
(IDocument doc, DocumentRewriteSession session, Object changeType) Creates a new document event. -
Uses of DocumentRewriteSession in org.eclipse.jface.text.rules
Modifier and TypeMethodDescriptionDefaultPartitioner.getActiveRewriteSession()
Deprecated.FastPartitioner.getActiveRewriteSession()
Returns the active rewrite session of this document ornull
.Modifier and TypeMethodDescriptionvoid
DefaultPartitioner.startRewriteSession
(DocumentRewriteSession session) Deprecated.void
FastPartitioner.startRewriteSession
(DocumentRewriteSession session) void
DefaultPartitioner.stopRewriteSession
(DocumentRewriteSession session) Deprecated.void
FastPartitioner.stopRewriteSession
(DocumentRewriteSession session) Tells the document partitioner that the rewrite session has finished.