|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackCancel2
Provides access to members that control the Cancel Tracker.
Method Summary | |
---|---|
int |
getTimeout()
The time out in ms interval for a lengthy operation. |
void |
setTimeout(int timeoutMS)
The time out in ms interval for a lengthy operation. |
void |
trackMouseMove(boolean bYesNo)
Turns on/off tracking of mouse movements. |
void |
trackNavigationKeys(boolean bYesNo)
Turns on/off tracking of navigation keys. |
Methods inherited from interface com.esri.arcgis.system.ITrackCancel |
---|
cancel, esri_continue, getCheckTime, getProgressor, isCancelOnClick, isCancelOnKeyPress, isProcessMessages, isTimerFired, reset, setCancelOnClick, setCancelOnKeyPress, setCheckTime, setProcessMessages, setProgressor, startTimer, stopTimer |
Method Detail |
---|
void setTimeout(int timeoutMS) throws IOException, AutomationException
timeoutMS
- The timeoutMS (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeout() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void trackMouseMove(boolean bYesNo) throws IOException, AutomationException
bYesNo
- The bYesNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void trackNavigationKeys(boolean bYesNo) throws IOException, AutomationException
bYesNo
- The bYesNo (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 |