Eclipse Platform
2.0

org.eclipse.jface.text
Interface IDocumentExtension.IReplace

Enclosing interface:
IDocumentExtension

public static interface IDocumentExtension.IReplace

Interface for a post notification replace operation.


Method Summary
 void perform(IDocument document, IDocumentListener owner)
          Executes the replace operation on the given document.
 

Method Detail

perform

public void perform(IDocument document,
                    IDocumentListener owner)
Executes the replace operation on the given document.

Parameters:
document - the document to be changed
owner - the owner of this replace operation

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.