| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAppDisplay
Provides access to members that control the Mx Display.
| Method Summary | |
|---|---|
 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 | 
setMainScreenByRef(IScreenDisplay mainScreen)
The ScreenDisplay associated with the main application window.  | 
| 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 | 
| Method Detail | 
|---|
void setMainScreenByRef(IScreenDisplay mainScreen)
                        throws IOException,
                               AutomationException
mainScreen - A reference to a com.esri.arcgis.display.IScreenDisplay  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IScreenDisplay getMainScreen()
                             throws IOException,
                                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IScreenDisplay getFocusScreen()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IScreenDisplay getScreenDisplay(int idx)
                                throws IOException,
                                       AutomationException
idx - 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 | ||||||||