com.esri.arcgis.arcmapui
Interface IDataGraphTWizard

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTCreateScatterplotMatrix, DataGraphTWizard, IDataGraphTWizardProxy

public interface IDataGraphTWizard
extends java.io.Serializable

COM Interface 'IDataGraphTWizard'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the data graph wizard.' 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 IID92518444_ead5_4de2_a050_a9428a1025f3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(int parentWindow)
          Starts the wizard dialog.
 IDataGraphT getDataGraphT()
          The data graph created by this new wizard.
 void selectDataSource(java.lang.Object pDataSource)
          Default data source to select in the wizard.
 void setApplicationByRef(java.lang.Object rhs1)
          The application to which the wizard dialog belongs.
 

Field Detail

IID92518444_ead5_4de2_a050_a9428a1025f3

static final int IID92518444_ead5_4de2_a050_a9428a1025f3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDataGraphT

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

Returns:
A reference to a com.esri.arcgis.carto.IDataGraphT
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplicationByRef

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

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

selectDataSource

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

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

doModal

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

Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.