|
||||||||||
| 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
Provides access to members that control the Mx Display.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IAppDisplayProxy()
For internal use only |
|
IAppDisplayProxy(java.lang.Object obj)
|
protected |
IAppDisplayProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IAppDisplayProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IAppDisplayProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
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(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
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 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 static final java.lang.Class targetClass
| Constructor Detail |
public IAppDisplayProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IAppDisplayProxy()
public IAppDisplayProxy(java.lang.Object obj)
throws java.io.IOException
protected IAppDisplayProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IAppDisplayProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class IScreenDisplayProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class IScreenDisplayProxyjava.io.IOException
public void setMainScreenByRef(IScreenDisplay mainScreen)
throws java.io.IOException,
AutomationException
IAppDisplay
setMainScreenByRef in interface IAppDisplaymainScreen - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IScreenDisplay getMainScreen()
throws java.io.IOException,
AutomationException
IAppDisplay
getMainScreen in interface IAppDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IScreenDisplay getFocusScreen()
throws java.io.IOException,
AutomationException
IAppDisplay
getFocusScreen in interface IAppDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws java.io.IOException,
AutomationException
IAppDisplay
getCount in interface IAppDisplayAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IScreenDisplay getScreenDisplay(int idx)
throws java.io.IOException,
AutomationException
IAppDisplay
getScreenDisplay in interface IAppDisplayidx - The idx (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||