|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.arcmapui.IFindCallBackProxy
public class IFindCallBackProxy
Internal use class Proxy for 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.arcmapui.IFindCallBack |
|---|
IID, IID9f573561_56f3_11d2_a07b_0000f8775bf9 |
| Constructor Summary | |
|---|---|
|
IFindCallBackProxy()
For internal use only |
|
IFindCallBackProxy(java.lang.Object obj)
|
protected |
IFindCallBackProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IFindCallBackProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IFindCallBackProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IFindCallBackProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IFindCallBackProxy()
public IFindCallBackProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IFindCallBackProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IFindCallBackProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IApplication getApplication()
throws java.io.IOException,
AutomationException
getApplication in interface IFindCallBackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectByRef(java.lang.Object rhs1)
throws java.io.IOException,
AutomationException
setObjectByRef in interface IFindCallBackrhs1 - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColumnValue(int column,
java.lang.String rhs2)
throws java.io.IOException,
AutomationException
setColumnValue in interface IFindCallBackcolumn - The column (in)rhs2 - The rhs2 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColumnCount()
throws java.io.IOException,
AutomationException
getColumnCount in interface IFindCallBackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addNewRow()
throws java.io.IOException,
AutomationException
addNewRow in interface IFindCallBackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void processMessages(boolean[] quitProcessing)
throws java.io.IOException,
AutomationException
processMessages in interface IFindCallBackquitProcessing - The quitProcessing (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flashGeometry(IGeometry pGeometry,
int nTimes,
boolean bCoolFlash)
throws java.io.IOException,
AutomationException
flashGeometry in interface IFindCallBackpGeometry - 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 | ||||||||