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 of
IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.
|
Modifier and Type | Field and Description |
---|---|
DocumentRewriteSession |
DocumentRewriteSessionEvent.fSession
The session
|
Modifier and Type | Method and Description |
---|---|
DocumentRewriteSession |
AbstractDocument.getActiveRewriteSession() |
DocumentRewriteSession |
IDocumentExtension4.getActiveRewriteSession()
Returns the active rewrite session of this document or
null . |
DocumentRewriteSession |
IDocumentPartitionerExtension3.getActiveRewriteSession()
Returns the active rewrite session of this document or
null . |
DocumentRewriteSession |
DocumentRewriteSessionEvent.getSession()
Returns the rewrite session.
|
DocumentRewriteSession |
AbstractDocument.startRewriteSession(DocumentRewriteSessionType sessionType) |
DocumentRewriteSession |
IDocumentExtension4.startRewriteSession(DocumentRewriteSessionType sessionType)
Tells the document that it is about to be rewritten.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLineTracker.startRewriteSession(DocumentRewriteSession session) |
void |
ILineTrackerExtension.startRewriteSession(DocumentRewriteSession session)
Tells the line tracker that a rewrite session started.
|
void |
IDocumentPartitionerExtension3.startRewriteSession(DocumentRewriteSession session)
Tells the document partitioner that a rewrite session started.
|
protected void |
AbstractDocument.startRewriteSessionOnPartitioners(DocumentRewriteSession session)
Starts the given rewrite session.
|
void |
AbstractDocument.stopRewriteSession(DocumentRewriteSession session) |
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 |
AbstractLineTracker.stopRewriteSession(DocumentRewriteSession session,
String text) |
void |
ILineTrackerExtension.stopRewriteSession(DocumentRewriteSession session,
String text)
Tells the line tracker that the rewrite session has finished.
|
protected void |
AbstractDocument.stopRewriteSessionOnPartitioners(DocumentRewriteSession session)
Stops the given rewrite session.
|
Constructor and Description |
---|
DocumentRewriteSessionEvent(IDocument doc,
DocumentRewriteSession session,
Object changeType)
Creates a new document event.
|
Modifier and Type | Method and Description |
---|---|
DocumentRewriteSession |
DefaultPartitioner.getActiveRewriteSession()
Deprecated.
|
DocumentRewriteSession |
FastPartitioner.getActiveRewriteSession()
Returns the active rewrite session of this document or
null . |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.