com.esri.arcgis.geoprocessing
Class IGPToolCommandHelper2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPToolCommandHelperProxy
          extended by com.esri.arcgis.geoprocessing.IGPToolCommandHelper2Proxy
All Implemented Interfaces:
IGPToolCommandHelper, IGPToolCommandHelper2, Externalizable, Serializable

public class IGPToolCommandHelper2Proxy
extends IGPToolCommandHelperProxy
implements IGPToolCommandHelper2, Serializable

Provides access to the properties and methods of a Geoprocessing Tool Command Helper object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IGPToolCommandHelper2Proxy()
           
  IGPToolCommandHelper2Proxy(Object obj)
           
protected IGPToolCommandHelper2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void invokeModal(int hWndParent, IArray parameters, boolean[] pOK, IGPMessages[] ppMessages)
          Invokes the tool with a modal dialog currently associated with the command.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.geoprocessing.IGPToolCommandHelperProxy
getTool, setTool, setToolByName
 
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
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPToolCommandHelper
getTool, setTool, setToolByName
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IGPToolCommandHelper2Proxy

public IGPToolCommandHelper2Proxy()

IGPToolCommandHelper2Proxy

public IGPToolCommandHelper2Proxy(Object obj)
                           throws IOException
Throws:
IOException

IGPToolCommandHelper2Proxy

protected IGPToolCommandHelper2Proxy(Object obj,
                                     String iid)
                              throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IGPToolCommandHelperProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IGPToolCommandHelperProxy
Throws:
IOException

invokeModal

public void invokeModal(int hWndParent,
                        IArray parameters,
                        boolean[] pOK,
                        IGPMessages[] ppMessages)
                 throws IOException,
                        AutomationException
Invokes the tool with a modal dialog currently associated with the command.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
invokeModal in interface IGPToolCommandHelper2
Parameters:
hWndParent - The hWndParent (A COM typedef) (in)
parameters - A reference to a com.esri.arcgis.system.IArray (in)
pOK - The pOK (out: use single element array)
ppMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.