Uses of Class
org.eclipse.jface.text.DocumentRewriteSession
-
Packages that use DocumentRewriteSession Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations ofIPresentationDamager,IPresentationRepairerandIDocumentPartitioner. -
-
Uses of DocumentRewriteSession in org.eclipse.jface.text
Fields in org.eclipse.jface.text declared as DocumentRewriteSession Modifier and Type Field Description DocumentRewriteSessionDocumentRewriteSessionEvent. fSessionThe sessionMethods in org.eclipse.jface.text that return DocumentRewriteSession Modifier and Type Method Description DocumentRewriteSessionAbstractDocument. getActiveRewriteSession()DocumentRewriteSessionIDocumentExtension4. getActiveRewriteSession()Returns the active rewrite session of this document ornull.DocumentRewriteSessionIDocumentPartitionerExtension3. getActiveRewriteSession()Returns the active rewrite session of this document ornull.DocumentRewriteSessionDocumentRewriteSessionEvent. getSession()Returns the rewrite session.DocumentRewriteSessionAbstractDocument. startRewriteSession(DocumentRewriteSessionType sessionType)DocumentRewriteSessionIDocumentExtension4. startRewriteSession(DocumentRewriteSessionType sessionType)Tells the document that it is about to be rewritten.Methods in org.eclipse.jface.text with parameters of type DocumentRewriteSession Modifier and Type Method Description voidAbstractLineTracker. startRewriteSession(DocumentRewriteSession session)voidIDocumentPartitionerExtension3. startRewriteSession(DocumentRewriteSession session)Tells the document partitioner that a rewrite session started.voidILineTrackerExtension. startRewriteSession(DocumentRewriteSession session)Tells the line tracker that a rewrite session started.protected voidAbstractDocument. startRewriteSessionOnPartitioners(DocumentRewriteSession session)Starts the given rewrite session.voidAbstractDocument. stopRewriteSession(DocumentRewriteSession session)voidAbstractLineTracker. stopRewriteSession(DocumentRewriteSession session, String text)voidIDocumentExtension4. stopRewriteSession(DocumentRewriteSession session)Tells the document to stop the rewrite session.voidIDocumentPartitionerExtension3. stopRewriteSession(DocumentRewriteSession session)Tells the document partitioner that the rewrite session has finished.voidILineTrackerExtension. stopRewriteSession(DocumentRewriteSession session, String text)Tells the line tracker that the rewrite session has finished.protected voidAbstractDocument. stopRewriteSessionOnPartitioners(DocumentRewriteSession session)Stops the given rewrite session.Constructors in org.eclipse.jface.text with parameters of type DocumentRewriteSession Constructor Description DocumentRewriteSessionEvent(IDocument doc, DocumentRewriteSession session, Object changeType)Creates a new document event. -
Uses of DocumentRewriteSession in org.eclipse.jface.text.rules
Methods in org.eclipse.jface.text.rules that return DocumentRewriteSession Modifier and Type Method Description DocumentRewriteSessionDefaultPartitioner. getActiveRewriteSession()Deprecated.DocumentRewriteSessionFastPartitioner. getActiveRewriteSession()Returns the active rewrite session of this document ornull.Methods in org.eclipse.jface.text.rules with parameters of type DocumentRewriteSession Modifier and Type Method Description voidDefaultPartitioner. startRewriteSession(DocumentRewriteSession session)Deprecated.voidFastPartitioner. startRewriteSession(DocumentRewriteSession session)voidDefaultPartitioner. stopRewriteSession(DocumentRewriteSession session)Deprecated.voidFastPartitioner. stopRewriteSession(DocumentRewriteSession session)Tells the document partitioner that the rewrite session has finished.
-