public interface ITrackCancel2 extends ITrackCancel, java.io.Serializable
Description: 'Provides access to members that control the Cancel Tracker.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID73f93cba_5d93_4d2d_b27e_30eeb4ca3b64 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID34c20005_4d3c_11d0_92d8_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
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.
|
cancel, esri_continue, getCheckTime, getProgressor, isCancelOnClick, isCancelOnKeyPress, isProcessMessages, isTimerFired, reset, setCancelOnClick, setCancelOnKeyPress, setCheckTime, setProcessMessages, setProgressor, startTimer, stopTimer
static final int IID73f93cba_5d93_4d2d_b27e_30eeb4ca3b64
static final int xxDummy
static final java.lang.String IID
void setTimeout(int timeoutMS) throws java.io.IOException, AutomationException
timeoutMS
- The timeoutMS (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTimeout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void trackMouseMove(boolean bYesNo) throws java.io.IOException, AutomationException
bYesNo
- The bYesNo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void trackNavigationKeys(boolean bYesNo) throws java.io.IOException, AutomationException
bYesNo
- The bYesNo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.