| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IDisplayProxy
com.esri.arcgis.display.IScreenDisplayProxy
com.esri.arcgis.display.IAppDisplayProxy
public class IAppDisplayProxy
Provides access to members that control the Mx Display.
| Field Summary | |
|---|---|
|  boolean | noncastable | 
| Fields inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
| DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef | 
| Constructor Summary | |
|---|---|
|   | IAppDisplayProxy() | 
|   | IAppDisplayProxy(Object obj) | 
| protected  | IAppDisplayProxy(Object obj,
                 String iid) | 
| Method Summary | |
|---|---|
|  void | addListener(String iidStr,
            Object theListener,
            Object theSource) | 
|  int | getCount()The number of ScreenDisplays associated with the application. | 
|  IScreenDisplay | getFocusScreen()The ScreenDisplay associated with the window the mouse is over. | 
|  IScreenDisplay | getMainScreen()The ScreenDisplay associated with the main application window. | 
|  IScreenDisplay | getScreenDisplay(int idx)The nth ScreenDisplay associated with the application. | 
|  void | removeListener(String iidStr,
               Object theListener) | 
|  void | setMainScreenByRef(IScreenDisplay mainScreen)The ScreenDisplay associated with the main application window. | 
| Methods inherited from class com.esri.arcgis.display.IScreenDisplayProxy | 
|---|
| addCache, doScroll, drawCache, getActiveCache, getCacheCount, getCacheMemDC, getCancelTracker, getHWnd, getWindowDC, invalidate, isCacheDirty, isFirstCacheTransparent, isFramed, isScaleContents, isSuppressResize, isUseScrollbars, panMoveTo, panStart, panStop, removeAllCaches, removeCache, rotateMoveTo, rotateStart, rotateStop, rotateTimer, setActiveCache, setCancelTrackerByRef, setHWnd, setIsFirstCacheTransparent, setIsFramed, setScaleContents, setScrollbarHandles, setSuppressResize, setUseScrollbars, startRecording, stopRecording, trackPan, trackRotate, updateWindow | 
| Methods inherited from class com.esri.arcgis.display.IDisplayProxy | 
|---|
| drawMultipoint, drawPoint, drawPolygon, drawPolyline, drawRectangle, drawText, finishDrawing, getClipEnvelope, getClipEnvelopes, getClipGeometry, getDisplayTransformation, getFilter, getHDC, getHPalette, getIlluminationProps, isSuppressEvents, progress, setClipGeometry, setDisplayTransformation, setFilterByRef, setHPalette, setIlluminationProps, setSuppressEvents, setSymbol, startDrawing | 
| 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.display.IScreenDisplay | 
|---|
| addCache, doScroll, drawCache, getActiveCache, getCacheCount, getCacheMemDC, getCancelTracker, getHWnd, getWindowDC, invalidate, isCacheDirty, isFirstCacheTransparent, isFramed, isScaleContents, isSuppressResize, isUseScrollbars, panMoveTo, panStart, panStop, removeAllCaches, removeCache, rotateMoveTo, rotateStart, rotateStop, rotateTimer, setActiveCache, setCancelTrackerByRef, setHWnd, setIsFirstCacheTransparent, setIsFramed, setScaleContents, setScrollbarHandles, setSuppressResize, setUseScrollbars, startRecording, stopRecording, trackPan, trackRotate, updateWindow | 
| Methods inherited from interface com.esri.arcgis.display.IDisplay | 
|---|
| drawMultipoint, drawPoint, drawPolygon, drawPolyline, drawRectangle, drawText, finishDrawing, getClipEnvelope, getClipEnvelopes, getClipGeometry, getDisplayTransformation, getFilter, getHDC, getHPalette, getIlluminationProps, isSuppressEvents, progress, setClipGeometry, setDisplayTransformation, setFilterByRef, setHPalette, setIlluminationProps, setSuppressEvents, setSymbol, startDrawing | 
| Field Detail | 
|---|
public boolean noncastable
| Constructor Detail | 
|---|
public IAppDisplayProxy()
public IAppDisplayProxy(Object obj)
                 throws IOException
IOException
protected IAppDisplayProxy(Object obj,
                           String iid)
                    throws IOException
IOException| Method Detail | 
|---|
public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
addListener in class IScreenDisplayProxyIOException
public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
removeListener in class IScreenDisplayProxyIOException
public void setMainScreenByRef(IScreenDisplay mainScreen)
                        throws IOException,
                               AutomationException
setMainScreenByRef in interface IAppDisplaymainScreen - A reference to a com.esri.arcgis.display.IScreenDisplay  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IScreenDisplay getMainScreen()
                             throws IOException,
                                    AutomationException
getMainScreen in interface IAppDisplayIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IScreenDisplay getFocusScreen()
                              throws IOException,
                                     AutomationException
getFocusScreen in interface IAppDisplayIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
             throws IOException,
                    AutomationException
getCount in interface IAppDisplayIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IScreenDisplay getScreenDisplay(int idx)
                                throws IOException,
                                       AutomationException
getScreenDisplay in interface IAppDisplayidx - The idx  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||