com.esri.arcgis.system
Interface ICheckProgressor

All Superinterfaces:
IProgressor, IStepProgressor, java.io.Serializable
All Known Implementing Classes:
ICheckProgressorProxy

public interface ICheckProgressor
extends IStepProgressor, java.io.Serializable

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

IIDbde22c32_1113_11d2_a272_080009b6f22b

static final int IIDbde22c32_1113_11d2_a272_080009b6f22b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addCheck

void addCheck(int index,
              java.lang.String msg)
              throws java.io.IOException,
                     AutomationException
Adds a field that a checkmark can be added to.

Parameters:
index - The index (in)
msg - The msg (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showCheck

void showCheck(int index)
               throws java.io.IOException,
                      AutomationException
Displays the checkmark.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hideCheck

void hideCheck(int index)
               throws java.io.IOException,
                      AutomationException
Hides the checkmark.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.