Package org.eclipse.search.ui
Interface IReplacePage
-
public interface IReplacePageAn extension interface toISearchPage. If clients implementIReplacePagein 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 booleanperformReplace()Performs the replace action for this page.
-