|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.system.IProgressorProxy com.esri.arcgis.system.IStepProgressorProxy com.esri.arcgis.system.ICheckProgressorProxy
public class ICheckProgressorProxy
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.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ICheckProgressorProxy()
|
|
ICheckProgressorProxy(Object obj)
|
protected |
ICheckProgressorProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addCheck(int index,
String msg)
Adds a field that a checkmark can be added to. |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
hideCheck(int index)
Hides the checkmark. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
showCheck(int index)
Displays the checkmark. |
Methods inherited from class com.esri.arcgis.system.IStepProgressorProxy |
---|
getMaxRange, getMinRange, getPosition, getStepValue, offsetPosition, setMaxRange, setMinRange, setPosition, setStepValue |
Methods inherited from class com.esri.arcgis.system.IProgressorProxy |
---|
getMessage, hide, setMessage, show, step |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ICheckProgressorProxy()
public ICheckProgressorProxy(Object obj) throws IOException
IOException
protected ICheckProgressorProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IStepProgressorProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IStepProgressorProxy
IOException
public void addCheck(int index, String msg) throws IOException, AutomationException
Adds a checkmark at the specified index with the specified message.
addCheck
in interface ICheckProgressor
index
- The index (in)msg
- The msg (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void showCheck(int index) throws IOException, AutomationException
Shows the checkmark at the specified index. Use the HideCheck method to hide the checkmark.
showCheck
in interface ICheckProgressor
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hideCheck(int index) throws IOException, AutomationException
Hides the checkmark at the specified index. Use the ShowCheck method to show the checkmark.
hideCheck
in interface ICheckProgressor
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 |