|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICheckProgressor
COM Interface 'ICheckProgressor'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbde22c32_1113_11d2_a272_080009b6f22b
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.system.IStepProgressor |
|---|
IIDccdad2c7_8ebc_11d1_8732_0000f8751720 |
| Fields inherited from interface com.esri.arcgis.system.IProgressor |
|---|
IID3141f2f1_38e2_11d1_8809_080009ec732a |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.esri.arcgis.system.IStepProgressor |
|---|
getMaxRange, getMinRange, getPosition, getStepValue, offsetPosition, setMaxRange, setMinRange, setPosition, setStepValue |
| Methods inherited from interface com.esri.arcgis.system.IProgressor |
|---|
getMessage, hide, setMessage, show, step |
| Field Detail |
|---|
static final int IIDbde22c32_1113_11d2_a272_080009b6f22b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||