Package org.eclipse.jface.text
Interface IDocumentExtension.IReplace
-
- Enclosing interface:
- IDocumentExtension
public static interface IDocumentExtension.IReplaceInterface for a post notification replace operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform(IDocument document, IDocumentListener owner)Executes the replace operation on the given document.
-
-
-
Method Detail
-
perform
void perform(IDocument document, IDocumentListener owner)
Executes the replace operation on the given document.- Parameters:
document- the document to be changedowner- the owner of this replace operation
-
-