com.esri.arcgis.arcmapui
Interface IFindCallBack

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFindCallBackProxy

public interface IFindCallBack
extends java.io.Serializable

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

Description: 'Provides access to members that control the results in a custom find dialog page.' 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 IID9f573561_56f3_11d2_a07b_0000f8775bf9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addNewRow()
          Adds a new row to the listbox, using values set with ColumnValue.
 void flashGeometry(IGeometry pGeometry, int nTimes, boolean bCoolFlash)
          Generic method to flash a point on the display n times.
 IApplication getApplication()
          The application that this dialog belongs to.
 int getColumnCount()
          Number of columns to display in list box.
 void processMessages(boolean[] quitProcessing)
          Processes messages.
 void setColumnValue(int column, java.lang.String rhs2)
          Rows column value in listbox.
 void setObjectByRef(java.lang.Object rhs1)
          The object value of the new row.
 

Field Detail

IID9f573561_56f3_11d2_a07b_0000f8775bf9

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

getApplication

IApplication getApplication()
                            throws java.io.IOException,
                                   AutomationException
The application that this dialog belongs to.

Returns:
A reference to a com.esri.arcgis.framework.IApplication
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectByRef

void setObjectByRef(java.lang.Object rhs1)
                    throws java.io.IOException,
                           AutomationException
The object value of the new row. This object is passed to the popup menu in an ISet.

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

setColumnValue

void setColumnValue(int column,
                    java.lang.String rhs2)
                    throws java.io.IOException,
                           AutomationException
Rows column value in listbox.

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

getColumnCount

int getColumnCount()
                   throws java.io.IOException,
                          AutomationException
Number of columns to display in list box.

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

addNewRow

void addNewRow()
               throws java.io.IOException,
                      AutomationException
Adds a new row to the listbox, using values set with ColumnValue.

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

processMessages

void processMessages(boolean[] quitProcessing)
                     throws java.io.IOException,
                            AutomationException
Processes messages. Run this method often.

Parameters:
quitProcessing - The quitProcessing (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flashGeometry

void flashGeometry(IGeometry pGeometry,
                   int nTimes,
                   boolean bCoolFlash)
                   throws java.io.IOException,
                          AutomationException
Generic method to flash a point on the display n times.

Parameters:
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
nTimes - The nTimes (in)
bCoolFlash - The bCoolFlash (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.