|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.addinframework.IRequestProgressProxy
public class IRequestProgressProxy
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IRequestProgressProxy()
|
|
IRequestProgressProxy(Object obj)
|
protected |
IRequestProgressProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
showProgress(String caption,
int timeEstimate,
boolean enableCancelButton)
Shows the progress dialog while this request is executing. |
void |
updateMessage(String message)
Updates the message shown in the progress dialog. |
void |
updateStatus(String status)
Updates the status message shown in the progress dialog. |
void |
updateTime(int timeInSeconds)
Updates the estimated remaining time displayed on the progress dialog. |
| 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 |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IRequestProgressProxy()
public IRequestProgressProxy(Object obj)
throws IOException
IOException
protected IRequestProgressProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void showProgress(String caption,
int timeEstimate,
boolean enableCancelButton)
throws IOException,
AutomationException
showProgress in interface IRequestProgresscaption - The caption (in)timeEstimate - The timeEstimate (in)enableCancelButton - The enableCancelButton (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateMessage(String message)
throws IOException,
AutomationException
updateMessage in interface IRequestProgressmessage - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateStatus(String status)
throws IOException,
AutomationException
updateStatus in interface IRequestProgressstatus - The status (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateTime(int timeInSeconds)
throws IOException,
AutomationException
updateTime in interface IRequestProgresstimeInSeconds - The timeInSeconds (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 | ||||||||