com.esri.arcgis.arcmapui
Class DataGraphTCreateScatterplotMatrix

java.lang.Object
  extended by com.esri.arcgis.arcmapui.DataGraphTCreateScatterplotMatrix
All Implemented Interfaces:
IDataGraphTWizard, IDataGraphTEvents, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable, java.util.EventListener

public class DataGraphTCreateScatterplotMatrix
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IDataGraphTWizard, IDataGraphTEvents

COM Class 'DataGraphTCreateScatterplotMatrix'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description 'Dialog in creating data scatterplot matrix graph.' 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
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataGraphTWizard
IID, IID92518444_ead5_4de2_a050_a9428a1025f3, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IDataGraphTEvents
IID, IIDcd6d8d2c_5fd2_4962_ba04_bb383934efc8, xxDummy
 
Constructor Summary
DataGraphTCreateScatterplotMatrix()
          Constructs a DataGraphTCreateScatterplotMatrix using ArcGIS Engine.
DataGraphTCreateScatterplotMatrix(java.lang.Object obj)
          Construct a DataGraphTCreateScatterplotMatrix using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent)
          Fired when graph changes.
 void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
          Fired when graph receives an event from its data source.
 void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
          Fired when graph loading status changes.
 void doModal(int parentWindow)
          Starts the wizard dialog.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 IDataGraphT getDataGraphT()
          The data graph created by this new wizard.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void release()
          Release a DataGraphTCreateScatterplotMatrix.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataGraphTCreateScatterplotMatrix

public DataGraphTCreateScatterplotMatrix()
                                  throws java.io.IOException,
                                         java.net.UnknownHostException
Constructs a DataGraphTCreateScatterplotMatrix using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

DataGraphTCreateScatterplotMatrix

public DataGraphTCreateScatterplotMatrix(java.lang.Object obj)
                                  throws java.io.IOException
Construct a DataGraphTCreateScatterplotMatrix using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DataGraphTCreateScatterplotMatrix.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems DataGraphTCreateScatterplotMatrix theDataGraphTCreateScatterplotMatrix = (DataGraphTCreateScatterplotMatrix) obj;
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a DataGraphTCreateScatterplotMatrix.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getDataGraphT

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

Specified by:
getDataGraphT in interface IDataGraphTWizard
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

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

Specified by:
setApplicationByRef in interface IDataGraphTWizard
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

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

Specified by:
selectDataSource in interface IDataGraphTWizard
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

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

Specified by:
doModal in interface IDataGraphTWizard
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.

dataGraphTChanged

public void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Fired when graph changes.

Specified by:
dataGraphTChanged in interface IDataGraphTEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dataGraphTDataSourceEventReceived

public void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
                                       throws java.io.IOException,
                                              AutomationException
Fired when graph receives an event from its data source.

Specified by:
dataGraphTDataSourceEventReceived in interface IDataGraphTEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dataGraphTLoadingStatus

public void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
                             throws java.io.IOException,
                                    AutomationException
Fired when graph loading status changes.

Specified by:
dataGraphTLoadingStatus in interface IDataGraphTEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.