com.esri.arcgis.arcmapui
Interface IFindPanelEvents

All Superinterfaces:
Serializable
All Known Implementing Classes:
FindWindowUI

public interface IFindPanelEvents
extends Serializable

Provides access to events that control communication from find pages to the main find form.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void executeFind(boolean refreshResultsOnly)
          Tells Find Dialog to execute a find.
 void outputsChanged()
          Notifies Find Dialog that the outputs of the find panel have changed.
 

Method Detail

outputsChanged

void outputsChanged()
                    throws IOException,
                           AutomationException
Notifies Find Dialog that the outputs of the find panel have changed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

executeFind

void executeFind(boolean refreshResultsOnly)
                 throws IOException,
                        AutomationException
Tells Find Dialog to execute a find. If the parameter passed is true, the dialog will only find if there are already results showing.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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