Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

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


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.