Package org.eclipse.jface.text
Interface IDocumentExtension.IReplace
- Enclosing interface:
- IDocumentExtension
public static interface IDocumentExtension.IReplace
Interface for a post notification replace operation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
perform
(IDocument document, IDocumentListener owner) Executes the replace operation on the given document.
-
Method Details
-
perform
Executes the replace operation on the given document.- Parameters:
document
- the document to be changedowner
- the owner of this replace operation
-