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.search.ui
Interface IReplacePage


public interface IReplacePage

An extension interface to ISearchPage. If clients implement IReplacePage in addition to ISearchPage, a "Replace" button will be shown in the search dialog.

Since:
3.0


Method Summary
 boolean performReplace()
          Performs the replace action for this page.
 

Method Detail

 

 

performReplace

public boolean performReplace()

Performs the replace action for this page. The search dialog calls this method when the Replace button is pressed.

Returns:
true if the dialog can be closed after execution


 

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.