public interface IProgressor
extends java.io.Serializable
Description: 'Provides access to members that report progress.' 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 |
IID3141f2f1_38e2_11d1_8809_080009ec732a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
The message displayed by the progressor.
|
void |
hide()
Hides the progressor.
|
void |
setMessage(java.lang.String message)
The message displayed by the progressor.
|
void |
show()
Shows the progressor.
|
void |
step()
Animates or steps the progressor.
|
static final int IID3141f2f1_38e2_11d1_8809_080009ec732a
static final int xxDummy
static final java.lang.String IID
void setMessage(java.lang.String message) throws java.io.IOException, AutomationException
message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMessage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void show() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void step() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hide() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.