public interface ISearchPage extends IDialogPage
org.eclipse.search.searchPages
.
Represents a page in the search dialog. Implemented typically subclass DialogPage
.
The search dialog calls the performAction()
method when the 'Search'
button is pressed.
If the search page additionally implements IReplacePage
, a
'Replace' button will be shown in the search dialog.
IDialogPage
,
DialogPage
Modifier and Type | Method and Description |
---|---|
boolean |
performAction()
Performs the action for this page.
|
void |
setContainer(ISearchPageContainer container)
Sets the container of this page.
|
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
boolean performAction()
true
if the dialog can be closed after executionvoid setContainer(ISearchPageContainer container)
container
- the container for this page
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.