Package org.eclipse.search.ui
Interface IReplacePage
-
public interface IReplacePage
An extension interface toISearchPage
. If clients implementIReplacePage
in addition toISearchPage
, a "Replace" button will be shown in the search dialog.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
performReplace()
Performs the replace action for this page.
-