com.esri.arcgis.arcmapui
Class IDataGraphTWizardProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IDataGraphTWizardProxy
All Implemented Interfaces:
IDataGraphTWizard, Externalizable, Serializable

public class IDataGraphTWizardProxy
extends com.esri.arcgis.interop.Dispatch
implements IDataGraphTWizard, Serializable

Provides access to members that control the data graph wizard.

Product Availability

Available with ArcGIS Desktop.

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
  IDataGraphTWizardProxy()
           
  IDataGraphTWizardProxy(Object obj)
           
protected IDataGraphTWizardProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void doModal(int parentWindow)
          Starts the wizard dialog.
 IDataGraphT getDataGraphT()
          The data graph created by this new wizard.
 void removeListener(String iidStr, Object theListener)
           
 void selectDataSource(Object pDataSource)
          Default data source to select in the wizard.
 void setApplicationByRef(Object rhs1)
          The application to which the wizard dialog belongs.
 
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

noncastable

public boolean noncastable
Constructor Detail

IDataGraphTWizardProxy

public IDataGraphTWizardProxy()

IDataGraphTWizardProxy

public IDataGraphTWizardProxy(Object obj)
                       throws IOException
Throws:
IOException

IDataGraphTWizardProxy

protected IDataGraphTWizardProxy(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 com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

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

getDataGraphT

public IDataGraphT getDataGraphT()
                          throws IOException,
                                 AutomationException
The data graph created by this new wizard.

Product Availability

Available with ArcGIS Desktop.

Specified by:
getDataGraphT in interface IDataGraphTWizard
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphT
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplicationByRef

public void setApplicationByRef(Object rhs1)
                         throws IOException,
                                AutomationException
The application to which the wizard dialog belongs.

Product Availability

Available with ArcGIS Desktop.

Specified by:
setApplicationByRef in interface IDataGraphTWizard
Parameters:
rhs1 - A reference to another Automation Object (IDispatch) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectDataSource

public void selectDataSource(Object pDataSource)
                      throws IOException,
                             AutomationException
Default data source to select in the wizard.

Product Availability

Available with ArcGIS Desktop.

Specified by:
selectDataSource in interface IDataGraphTWizard
Parameters:
pDataSource - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

public void doModal(int parentWindow)
             throws IOException,
                    AutomationException
Starts the wizard dialog.

Product Availability

Available with ArcGIS Desktop.

Specified by:
doModal in interface IDataGraphTWizard
Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.