|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFindDialog
Provides access to members that control the operation of the Search dialog box.
You can only use this interface in ArcCatalog application.
| Method Summary | |
|---|---|
void |
doSearch(IQuery pQuery)
Starts executing the search defined by the query. |
int |
getNumSearchEngines()
Number of available search engines. |
ISearchEngine |
getSearchEngine(int index)
The nth search engine. |
void |
initialize(IQuery pQuery)
Initializes the dialog box based on a query's parameters and then opens it. |
boolean |
isVisible()
Indicates if the dialog box is visible. |
void |
show(boolean bShow)
Initializes the dialog box and opens it if indicated. |
void |
stopSearch()
Cancels an ongoing search. |
| Method Detail |
|---|
void show(boolean bShow)
throws IOException,
AutomationException
bShow - The bShow (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVisible()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void doSearch(IQuery pQuery)
throws IOException,
AutomationException
pQuery - A reference to a com.esri.arcgis.catalog.IQuery (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopSearch()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initialize(IQuery pQuery)
throws IOException,
AutomationException
pQuery - A reference to a com.esri.arcgis.catalog.IQuery (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumSearchEngines()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISearchEngine getSearchEngine(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||