public interface ICheckProgressor extends IStepProgressor, java.io.Serializable
Description: 'Provides access to members that report progress in stepped increments with checkmarks.' 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 |
IIDbde22c32_1113_11d2_a272_080009b6f22b |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDccdad2c7_8ebc_11d1_8732_0000f8751720
IID3141f2f1_38e2_11d1_8809_080009ec732a
Modifier and Type | Method and Description |
---|---|
void |
addCheck(int index,
java.lang.String msg)
Adds a field that a checkmark can be added to.
|
void |
hideCheck(int index)
Hides the checkmark.
|
void |
showCheck(int index)
Displays the checkmark.
|
getMaxRange, getMinRange, getPosition, getStepValue, offsetPosition, setMaxRange, setMinRange, setPosition, setStepValue
getMessage, hide, setMessage, show, step
static final int IIDbde22c32_1113_11d2_a272_080009b6f22b
static final int xxDummy
static final java.lang.String IID
void addCheck(int index, java.lang.String msg) throws java.io.IOException, AutomationException
index
- The index (in)msg
- The msg (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void showCheck(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hideCheck(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.