com.esri.arcgis.arcmapui
Class IOverviewWindowProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IDataWindowProxy
          extended by com.esri.arcgis.arcmapui.IOverviewWindowProxy
All Implemented Interfaces:
IDataWindow, IOverviewWindow, Externalizable, Serializable

public class IOverviewWindowProxy
extends IDataWindowProxy
implements IOverviewWindow, Serializable

Provides access to members that control the Overview Window.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IOverviewWindowProxy()
           
  IOverviewWindowProxy(Object obj)
           
protected IOverviewWindowProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IOverview getOverview()
          The Overview used by this window.
 void removeListener(String iidStr, Object theListener)
           
 void setOverviewByRef(IOverview overview)
          The Overview used by this window.
 
Methods inherited from class com.esri.arcgis.arcmapui.IDataWindowProxy
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IOverviewWindowProxy

public IOverviewWindowProxy()

IOverviewWindowProxy

public IOverviewWindowProxy(Object obj)
                     throws IOException
Throws:
IOException

IOverviewWindowProxy

protected IOverviewWindowProxy(Object obj,
                               String iid)
                        throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IDataWindowProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IDataWindowProxy
Throws:
IOException

getOverview

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getOverview in interface IOverviewWindow
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

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setOverviewByRef in interface IOverviewWindow
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.