|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICheckProgressor
Provides access to members that report progress in stepped increments with checkmarks.
Used the ICheckProgressor interface to report progress on the step progress bar in stepped increments with checkmarks.
Method Summary | |
---|---|
void |
addCheck(int index,
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 |
Method Detail |
---|
void addCheck(int index, String msg) throws IOException, AutomationException
Adds a checkmark at the specified index with the specified message.
index
- The index (in)msg
- The msg (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showCheck(int index) throws IOException, AutomationException
Shows the checkmark at the specified index. Use the HideCheck method to hide the checkmark.
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void hideCheck(int index) throws IOException, AutomationException
Hides the checkmark at the specified index. Use the ShowCheck method to show the checkmark.
index
- The index (in)
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 |