|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.DataGraphTWizard
public class DataGraphTWizard
COM Class 'DataGraphTWizard'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Wizard in creating data 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 =
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 | |
---|---|
DataGraphTWizard()
Constructs a DataGraphTWizard using ArcGIS Engine. |
|
DataGraphTWizard(java.lang.Object obj)
Construct a DataGraphTWizard 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 DataGraphTWizard. |
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 |
---|
public DataGraphTWizard() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DataGraphTWizard(java.lang.Object obj) throws java.io.IOException
obj
to DataGraphTWizard
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
DataGraphTWizard theDataGraphTWizard = (DataGraphTWizard) obj;
Method Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IDataGraphT getDataGraphT() throws java.io.IOException, AutomationException
getDataGraphT
in interface IDataGraphTWizard
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setApplicationByRef(java.lang.Object rhs1) throws java.io.IOException, AutomationException
setApplicationByRef
in interface IDataGraphTWizard
rhs1
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectDataSource(java.lang.Object pDataSource) throws java.io.IOException, AutomationException
selectDataSource
in interface IDataGraphTWizard
pDataSource
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void doModal(int parentWindow) throws java.io.IOException, AutomationException
doModal
in interface IDataGraphTWizard
parentWindow
- The parentWindow (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent) throws java.io.IOException, AutomationException
dataGraphTChanged
in interface IDataGraphTEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent) throws java.io.IOException, AutomationException
dataGraphTDataSourceEventReceived
in interface IDataGraphTEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent) throws java.io.IOException, AutomationException
dataGraphTLoadingStatus
in interface IDataGraphTEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |