com.esri.arcgis.arcmapui
Interface IOverviewWindow

All Superinterfaces:
IDataWindow, Serializable
All Known Implementing Classes:
IOverviewWindowProxy, OverviewWindow

public interface IOverviewWindow
extends IDataWindow, Serializable

Provides access to members that control the Overview Window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IOverview getOverview()
          The Overview used by this window.
 void setOverviewByRef(IOverview overview)
          The Overview used by this window.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Method Detail

getOverview

IOverview getOverview()
                      throws IOException,
                             AutomationException
The Overview used by this window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setOverviewByRef

void setOverviewByRef(IOverview overview)
                      throws IOException,
                             AutomationException
The Overview used by this window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
overview - A reference to a com.esri.arcgis.carto.IOverview (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.