|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFindCallBack
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 |
---|
static final int IID9f573561_56f3_11d2_a07b_0000f8775bf9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IApplication getApplication() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectByRef(java.lang.Object rhs1) throws java.io.IOException, AutomationException
rhs1
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColumnValue(int column, java.lang.String rhs2) throws java.io.IOException, AutomationException
column
- The column (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addNewRow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void processMessages(boolean[] quitProcessing) throws java.io.IOException, AutomationException
quitProcessing
- The quitProcessing (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void flashGeometry(IGeometry pGeometry, int nTimes, boolean bCoolFlash) throws java.io.IOException, AutomationException
pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)nTimes
- The nTimes (in)bCoolFlash
- The bCoolFlash (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 |