|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.OverviewWindow
public class OverviewWindow
COM Class 'OverviewWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Window to display Overviews.' 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.IOverviewWindow |
|---|
IID, IID263f34b3_0a12_11d2_adfb_080009ec732a, xxDummy |
| Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow |
|---|
IID04dbd416_aee2_11d1_8750_0000f8751720 |
| Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow2 |
|---|
IID, IID04dbd418_aee2_11d1_8750_0000f8751720, xxDummy |
| 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.carto.IMapSurroundEvents |
|---|
IID, IID0dca8f87_afa7_11d2_87fb_0000f8751720, 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 |
| Constructor Summary | |
|---|---|
OverviewWindow(java.lang.Object obj)
Construct a OverviewWindow using a reference to such an object returned from ArcGIS Engine or Server. |
|
| 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 |
afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
Fired after drawing completes. |
void |
afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent)
Fired after an individual view item is drawn. |
boolean |
beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
void |
beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
Fired before drawing starts. |
void |
closeDocument(IDocumentEventsCloseDocumentEvent theEvent)
Fired when a document is closed. |
void |
contentsChanged(IActiveViewEventsContentsChangedEvent theEvent)
Fired when the contents of the view changes. |
void |
contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
Fired when the contents of the map surround changes. |
void |
contentsCleared(IActiveViewEventsContentsClearedEvent theEvent)
Fired when the contents of the view is cleared. |
void |
destroy()
Close and destroy the window. |
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 |
int |
getHWnd()
The window's handle. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IOverview |
getOverview()
The Overview used by this window. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getTag()
For developer use. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isDockable()
Indicates if the window is dockable. |
boolean |
isEnableContextMenu()
Indicates if the context menu should be enabled. |
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 OverviewWindow. |
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 |
setEnableContextMenu(boolean enable)
Indicates if the context menu should be enabled. |
void |
setOverviewByRef(IOverview overview)
The Overview used by this window. |
void |
setTag(java.lang.String tag)
For developer use. |
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 OverviewWindow(java.lang.Object obj)
throws java.io.IOException
obj to OverviewWindow. *
OverviewWindow o = (OverviewWindow)obj; // will not work
OverviewWindow o = new OverviewWindow(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
OverviewWindow theOverviewWindow = (OverviewWindow) obj;| Method Detail |
|---|
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 IOverview getOverview()
throws java.io.IOException,
AutomationException
getOverview in interface IOverviewWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOverviewByRef(IOverview overview)
throws java.io.IOException,
AutomationException
setOverviewByRef in interface IOverviewWindowoverview - A reference to a com.esri.arcgis.carto.IOverview (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 IDataWindowsetApplicationByRef in interface IDataWindow2rhs1 - 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 IDataWindowgetHWnd in interface IDataWindow2java.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 IDataWindowqueryPosition in interface IDataWindow2left - 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 IDataWindowputPosition in interface IDataWindow2left - 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 IDataWindowisVisible in interface IDataWindow2java.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 IDataWindowisDockable in interface IDataWindow2java.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 in interface IDataWindow2show - 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 IDataWindowrefresh in interface IDataWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTag()
throws java.io.IOException,
AutomationException
getTag in interface IDataWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTag(java.lang.String tag)
throws java.io.IOException,
AutomationException
setTag in interface IDataWindow2tag - The tag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnableContextMenu()
throws java.io.IOException,
AutomationException
isEnableContextMenu in interface IDataWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnableContextMenu(boolean enable)
throws java.io.IOException,
AutomationException
setEnableContextMenu in interface IDataWindow2enable - The enable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void destroy()
throws java.io.IOException,
AutomationException
destroy in interface IDataWindow2java.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 contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
throws java.io.IOException,
AutomationException
contentsChanged in interface IMapSurroundEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
throws java.io.IOException,
AutomationException
beforeDraw in interface IMapSurroundEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
throws java.io.IOException,
AutomationException
afterDraw in interface IMapSurroundEventstheEvent - 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 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 | ||||||||