|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.DataGraphWindow
public class DataGraphWindow
COM Class 'DataGraphWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Window in hosting and displaying 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 | |
|---|---|
static long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.arcmapui.IDataGraphWindow2 |
|---|
IID, IID875ae97a_a973_4102_b4dd_6e8fe8aca893, xxDummy |
| Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow |
|---|
IID04dbd416_aee2_11d1_8750_0000f8751720 |
| Fields inherited from interface com.esri.arcgis.arcmapui.IDocumentEvents |
|---|
IID, IID6db7c4bd_0a7c_11d1_86aa_0000f8751720, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IActiveViewEvents |
|---|
IID, IIDe79c5940_52dd_11d0_98be_00805f7ced21, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.carto.IDataGraphCollectionEvents |
|---|
IID, IIDd890857b_b1f9_43ea_9b09_e8990f7ba5d7, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IDataGraphTEvents |
|---|
IID, IIDcd6d8d2c_5fd2_4962_ba04_bb383934efc8, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.ITimeDisplayEvents |
|---|
IID, IIDe99ec344_6801_4fb4_94d7_05e67d67451d, xxDummy |
| Constructor Summary | |
|---|---|
DataGraphWindow()
Constructs a DataGraphWindow using ArcGIS Engine. |
|
DataGraphWindow(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DataGraphWindow theDataGraphWindow = (DataGraphWindow) obj; |
|
| Method Summary | |
|---|---|
void |
activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent)
Fired when the active view changes. |
void |
addIDataWindowEventsListener(IDataWindowEvents theListener)
addIDataWindowEventsListener. |
void |
afterDraw(IActiveViewEventsAfterDrawEvent theEvent)
Fired after the specified phase is drawn. |
void |
afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent)
Fired after an individual view item is drawn. |
boolean |
beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
void |
closeDocument(IDocumentEventsCloseDocumentEvent theEvent)
Fired when a document is closed. |
void |
contentsChanged(IActiveViewEventsContentsChangedEvent theEvent)
Fired when the contents of the view changes. |
void |
contentsCleared(IActiveViewEventsContentsClearedEvent theEvent)
Fired when the contents of the view is cleared. |
void |
dataGraphAdded(IDataGraphCollectionEventsDataGraphAddedEvent theEvent)
Fired when the graph is added to document. |
void |
dataGraphRemoved(IDataGraphCollectionEventsDataGraphRemovedEvent theEvent)
Fired when the graph is removed from document. |
void |
dataGraphReset(IDataGraphCollectionEventsDataGraphResetEvent theEvent)
Fired when document removes all graphs. |
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 |
displayTimeChanged(ITimeDisplayEventsDisplayTimeChangedEvent theEvent)
Notifies clients when display time changed. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent)
Fired when a new map is made active. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IDataGraphBase |
getDataGraphBase()
The window that uses data graph. |
int |
getHWnd()
The window's handle. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isDockable()
Indicates if the window is dockable. |
boolean |
isVisible()
Indicates if the window is visible. |
void |
itemAdded(IActiveViewEventsItemAddedEvent theEvent)
Fired when an item is added to the view. |
void |
itemDeleted(IActiveViewEventsItemDeletedEvent theEvent)
Fired when an item is deleted from the view. |
void |
itemReordered(IActiveViewEventsItemReorderedEvent theEvent)
Fired when a view item is reordered. |
void |
load(IStream pstm)
load |
void |
mapsChanged(IDocumentEventsMapsChangedEvent theEvent)
Fired when a change is made to the map collection. |
void |
newDocument(IDocumentEventsNewDocumentEvent theEvent)
Fired when a new document is created. |
boolean |
onContextMenu(IDocumentEventsOnContextMenuEvent theEvent)
Indicates if a context menu should be displayed at the given xy location. |
void |
openDocument(IDocumentEventsOpenDocumentEvent theEvent)
Fired when a document is opened. |
void |
putPosition(int left,
int top,
int right,
int bottom)
The window's position in screen pixels. |
void |
queryPosition(int[] left,
int[] top,
int[] right,
int[] bottom)
The window's position in screen pixels. |
void |
readExternal(java.io.ObjectInput in)
|
void |
refresh()
Cause the window to redraw. |
void |
release()
Release a DataGraphWindow. |
void |
removeIDataWindowEventsListener(IDataWindowEvents theListener)
removeIDataWindowEventsListener. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent)
Call this function to fire the selection changed event. |
void |
setApplicationByRef(java.lang.Object rhs1)
Provides the window with a reference to the application. |
void |
setDataGraphBaseByRef(IDataGraphBase ppDataGraphBase)
The window that uses data graph. |
void |
show(boolean show)
Indicates if the window is shown. |
void |
spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent)
Fired when the spatial reference is changed. |
void |
viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent)
Fired when view is refreshed before draw happens. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public DataGraphWindow()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DataGraphWindow(java.lang.Object obj)
throws java.io.IOException
DataGraphWindow theDataGraphWindow = (DataGraphWindow) obj;
obj to DataGraphWindow.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef
public void addIDataWindowEventsListener(IDataWindowEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.arcmapui.IDataWindowEvents interface.
java.io.IOException - If there are communications problems.
public void removeIDataWindowEventsListener(IDataWindowEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.arcmapui.IDataWindowEvents interface.
java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IDataGraphBase getDataGraphBase()
throws java.io.IOException,
AutomationException
getDataGraphBase in interface IDataGraphWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataGraphBaseByRef(IDataGraphBase ppDataGraphBase)
throws java.io.IOException,
AutomationException
setDataGraphBaseByRef in interface IDataGraphWindow2ppDataGraphBase - A reference to a com.esri.arcgis.carto.IDataGraphBase (in)
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 IDataWindowrhs1 - 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 int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface IDataWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryPosition(int[] left,
int[] top,
int[] right,
int[] bottom)
throws java.io.IOException,
AutomationException
queryPosition in interface IDataWindowleft - The left (out: use single element array)top - The top (out: use single element array)right - The right (out: use single element array)bottom - The bottom (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void putPosition(int left,
int top,
int right,
int bottom)
throws java.io.IOException,
AutomationException
putPosition in interface IDataWindowleft - The left (in)top - The top (in)right - The right (in)bottom - The bottom (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
isVisible in interface IDataWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDockable()
throws java.io.IOException,
AutomationException
isDockable in interface IDataWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void show(boolean show)
throws java.io.IOException,
AutomationException
show in interface IDataWindowshow - The show (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh()
throws java.io.IOException,
AutomationException
refresh in interface IDataWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent)
throws java.io.IOException,
AutomationException
activeViewChanged in interface IDocumentEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void mapsChanged(IDocumentEventsMapsChangedEvent theEvent)
throws java.io.IOException,
AutomationException
mapsChanged in interface IDocumentEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean onContextMenu(IDocumentEventsOnContextMenuEvent theEvent)
throws java.io.IOException,
AutomationException
onContextMenu in interface IDocumentEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void newDocument(IDocumentEventsNewDocumentEvent theEvent)
throws java.io.IOException,
AutomationException
newDocument in interface IDocumentEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void openDocument(IDocumentEventsOpenDocumentEvent theEvent)
throws java.io.IOException,
AutomationException
openDocument in interface IDocumentEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent)
throws java.io.IOException,
AutomationException
beforeCloseDocument in interface IDocumentEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void closeDocument(IDocumentEventsCloseDocumentEvent theEvent)
throws java.io.IOException,
AutomationException
closeDocument in interface IDocumentEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void contentsChanged(IActiveViewEventsContentsChangedEvent theEvent)
throws java.io.IOException,
AutomationException
contentsChanged in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void contentsCleared(IActiveViewEventsContentsClearedEvent theEvent)
throws java.io.IOException,
AutomationException
contentsCleared in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void itemAdded(IActiveViewEventsItemAddedEvent theEvent)
throws java.io.IOException,
AutomationException
itemAdded in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void itemDeleted(IActiveViewEventsItemDeletedEvent theEvent)
throws java.io.IOException,
AutomationException
itemDeleted in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void itemReordered(IActiveViewEventsItemReorderedEvent theEvent)
throws java.io.IOException,
AutomationException
itemReordered in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent)
throws java.io.IOException,
AutomationException
selectionChanged in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent)
throws java.io.IOException,
AutomationException
viewRefreshed in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterDraw(IActiveViewEventsAfterDrawEvent theEvent)
throws java.io.IOException,
AutomationException
afterDraw in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent)
throws java.io.IOException,
AutomationException
afterItemDraw in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent)
throws java.io.IOException,
AutomationException
focusMapChanged in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent)
throws java.io.IOException,
AutomationException
spatialReferenceChanged in interface IActiveViewEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dataGraphAdded(IDataGraphCollectionEventsDataGraphAddedEvent theEvent)
throws java.io.IOException,
AutomationException
dataGraphAdded in interface IDataGraphCollectionEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dataGraphRemoved(IDataGraphCollectionEventsDataGraphRemovedEvent theEvent)
throws java.io.IOException,
AutomationException
dataGraphRemoved in interface IDataGraphCollectionEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dataGraphReset(IDataGraphCollectionEventsDataGraphResetEvent theEvent)
throws java.io.IOException,
AutomationException
dataGraphReset in interface IDataGraphCollectionEventstheEvent - The event
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 IDataGraphTEventstheEvent - 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 IDataGraphTEventstheEvent - 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 IDataGraphTEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void displayTimeChanged(ITimeDisplayEventsDisplayTimeChangedEvent theEvent)
throws java.io.IOException,
AutomationException
displayTimeChanged in interface ITimeDisplayEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||