|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILensWindow
Provides access to members that control the Lens Window.
| Method Summary | |
|---|---|
IScreenDisplay |
getScreenDisplay()
The screen display used by this window. |
boolean |
isLive()
Indicates if the window shows a live view of what's under it or a snapshot. |
boolean |
isUpdateWhileDragging()
Indicates if the window is redrawn as it's moved or not. |
void |
setIsLive(boolean isLive)
Indicates if the window shows a live view of what's under it or a snapshot. |
void |
setUpdateWhileDragging(boolean updateWhileDragging)
Indicates if the window is redrawn as it's moved or not. |
| Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow |
|---|
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show |
| Method Detail |
|---|
IScreenDisplay getScreenDisplay()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUpdateWhileDragging()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUpdateWhileDragging(boolean updateWhileDragging)
throws IOException,
AutomationException
updateWhileDragging - The updateWhileDragging (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLive()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsLive(boolean isLive)
throws IOException,
AutomationException
isLive - The isLive (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 | ||||||||