com.esri.arcgis.arcmapui
Interface IFindPanelEvents

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FindWindowUI, IFindPanelEventsProxy

public interface IFindPanelEvents
extends java.io.Serializable

COM Interface 'IFindPanelEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to events that control communication from find pages to the main find form.' 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 IID8f8de9d8_3a48_11d3_9f58_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID8f8de9d8_3a48_11d3_9f58_00c04f8ed1c4

static final int IID8f8de9d8_3a48_11d3_9f58_00c04f8ed1c4
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

outputsChanged

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

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

executeFind

void executeFind(boolean refreshResultsOnly)
                 throws java.io.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.

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