com.esri.arcgis.catalogUI
Interface IFindDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FindDialog, IFindDialogProxy

public interface IFindDialog
extends java.io.Serializable

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

IID70e62545_d396_11d3_a6f3_0008c7d3ae50

static final int IID70e62545_d396_11d3_a6f3_0008c7d3ae50
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

show

void show(boolean bShow)
          throws java.io.IOException,
                 AutomationException
Initializes the dialog box and opens it if indicated.

Parameters:
bShow - The bShow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if the dialog box is visible.

Returns:
The pVisible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doSearch

void doSearch(IQuery pQuery)
              throws java.io.IOException,
                     AutomationException
Starts executing the search defined by the query.

Parameters:
pQuery - A reference to a com.esri.arcgis.catalog.IQuery (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopSearch

void stopSearch()
                throws java.io.IOException,
                       AutomationException
Cancels an ongoing search.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initialize

void initialize(IQuery pQuery)
                throws java.io.IOException,
                       AutomationException
Initializes the dialog box based on a query's parameters and then opens it.

Parameters:
pQuery - A reference to a com.esri.arcgis.catalog.IQuery (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumSearchEngines

int getNumSearchEngines()
                        throws java.io.IOException,
                               AutomationException
Number of available search engines.

Returns:
The num
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSearchEngine

ISearchEngine getSearchEngine(int index)
                              throws java.io.IOException,
                                     AutomationException
The nth search engine.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.catalogUI.ISearchEngine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.