com.esri.arcgis.arcmapui
Class IMapInsetWindowProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IDataWindowProxy
          extended by com.esri.arcgis.arcmapui.ILensWindowProxy
              extended by com.esri.arcgis.arcmapui.IMapInsetWindowProxy
All Implemented Interfaces:
IDataWindow, ILensWindow, IMapInsetWindow, Externalizable, Serializable

public class IMapInsetWindowProxy
extends ILensWindowProxy
implements IMapInsetWindow, Serializable

Provides access to members that control the Map Inset 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
  IMapInsetWindowProxy()
           
  IMapInsetWindowProxy(Object obj)
           
protected IMapInsetWindowProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void flashLocation()
          Draw leader lines from the inset to the location on the map shown by the inset.
 IMapInset getMapInset()
          The MapInset used by this window.
 void removeListener(String iidStr, Object theListener)
           
 void setMapInsetByRef(IMapInset mapInset)
          The MapInset used by this window.
 
Methods inherited from class com.esri.arcgis.arcmapui.ILensWindowProxy
getScreenDisplay, isLive, isUpdateWhileDragging, setIsLive, setUpdateWhileDragging
 
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.ILensWindow
getScreenDisplay, isLive, isUpdateWhileDragging, setIsLive, setUpdateWhileDragging
 
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

IMapInsetWindowProxy

public IMapInsetWindowProxy()

IMapInsetWindowProxy

public IMapInsetWindowProxy(Object obj)
                     throws IOException
Throws:
IOException

IMapInsetWindowProxy

protected IMapInsetWindowProxy(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 ILensWindowProxy
Throws:
IOException

removeListener

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

getMapInset

public IMapInset getMapInset()
                      throws IOException,
                             AutomationException
The MapInset used by this window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getMapInset in interface IMapInsetWindow
Returns:
A reference to a com.esri.arcgis.carto.IMapInset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapInsetByRef

public void setMapInsetByRef(IMapInset mapInset)
                      throws IOException,
                             AutomationException
The MapInset used by this window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setMapInsetByRef in interface IMapInsetWindow
Parameters:
mapInset - A reference to a com.esri.arcgis.carto.IMapInset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flashLocation

public void flashLocation()
                   throws IOException,
                          AutomationException
Draw leader lines from the inset to the location on the map shown by the inset.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
flashLocation in interface IMapInsetWindow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.