public interface ITrackCancel
extends 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 |
IID34c20005_4d3c_11d0_92d8_00805f7c28b0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the associated operation.
|
boolean |
esri_continue()
Called frequently while associated operation is progressing.
|
int |
getCheckTime()
The interval at which the operation will be interrupted to advance progressors and process messages.
|
IProgressor |
getProgressor()
The progressor used to show progress during lengthy operations.
|
boolean |
isCancelOnClick()
Indicates whether mouse clicks should cancel the operation.
|
boolean |
isCancelOnKeyPress()
Indicates whether the escape key and spacebar should cancel the operation.
|
boolean |
isProcessMessages()
An obsolete method.
|
boolean |
isTimerFired()
An obsolete method.
|
void |
reset()
Resets the manager after the associated operation is finished.
|
void |
setCancelOnClick(boolean pCancelOnClick)
Indicates whether mouse clicks should cancel the operation.
|
void |
setCancelOnKeyPress(boolean pCancelOnKeyPress)
Indicates whether the escape key and spacebar should cancel the operation.
|
void |
setCheckTime(int milliseconds)
The interval at which the operation will be interrupted to advance progressors and process messages.
|
void |
setProcessMessages(boolean processMessages)
An obsolete method.
|
void |
setProgressor(IProgressor progressor)
The progressor used to show progress during lengthy operations.
|
void |
startTimer(int hWnd,
int milliseconds)
An obsolete method.
|
void |
stopTimer()
An obsolete method.
|
static final int IID34c20005_4d3c_11d0_92d8_00805f7c28b0
static final int xxDummy
static final java.lang.String IID
void setCheckTime(int milliseconds) throws java.io.IOException, AutomationException
milliseconds
- The milliseconds (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCheckTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProgressor(IProgressor progressor) throws java.io.IOException, AutomationException
progressor
- A reference to a com.esri.arcgis.system.IProgressor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IProgressor getProgressor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void cancel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean esri_continue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProcessMessages(boolean processMessages) throws java.io.IOException, AutomationException
processMessages
- The processMessages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isProcessMessages() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void startTimer(int hWnd, int milliseconds) throws java.io.IOException, AutomationException
hWnd
- The hWnd (in)milliseconds
- The milliseconds (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTimerFired() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void stopTimer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCancelOnClick() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCancelOnClick(boolean pCancelOnClick) throws java.io.IOException, AutomationException
pCancelOnClick
- The pCancelOnClick (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCancelOnKeyPress() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCancelOnKeyPress(boolean pCancelOnKeyPress) throws java.io.IOException, AutomationException
pCancelOnKeyPress
- The pCancelOnKeyPress (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.