com.esri.arcgis.arcmapui
Class IFindCallBackProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IFindCallBackProxy
All Implemented Interfaces:
IFindCallBack, java.io.Externalizable, java.io.Serializable

public class IFindCallBackProxy
extends com.esri.arcgis.interop.Dispatch
implements IFindCallBack, java.io.Serializable

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 =

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IFindCallBackProxy

public IFindCallBackProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IFindCallBackProxy

public IFindCallBackProxy()
For internal use only


IFindCallBackProxy

public IFindCallBackProxy(java.lang.Object obj)
                   throws java.io.IOException
Throws:
java.io.IOException

IFindCallBackProxy

protected IFindCallBackProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Throws:
java.io.IOException

IFindCallBackProxy

protected IFindCallBackProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getApplication

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

Specified by:
getApplication in interface IFindCallBack
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

public 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.

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

setColumnValue

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

Specified by:
setColumnValue in interface IFindCallBack
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

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

Specified by:
getColumnCount in interface IFindCallBack
Returns:
The columnCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addNewRow

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

Specified by:
addNewRow in interface IFindCallBack
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

processMessages

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

Specified by:
processMessages in interface IFindCallBack
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

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

Specified by:
flashGeometry in interface IFindCallBack
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.