|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFindDialog
COM Interface 'IFindDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description: 'Provides access to members that control the operation of the Search dialog box.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID70e62545_d396_11d3_a6f3_0008c7d3ae50
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID70e62545_d396_11d3_a6f3_0008c7d3ae50
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void show(boolean bShow) throws java.io.IOException, AutomationException
bShow
- The bShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doSearch(IQuery pQuery) throws java.io.IOException, AutomationException
pQuery
- A reference to a com.esri.arcgis.catalog.IQuery (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopSearch() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initialize(IQuery pQuery) throws java.io.IOException, AutomationException
pQuery
- A reference to a com.esri.arcgis.catalog.IQuery (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumSearchEngines() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISearchEngine getSearchEngine(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.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 |