|
|||||||||
| 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.trackinganalyst.IConditionalActionConfigureProxy
public class IConditionalActionConfigureProxy
Provides access to properties and methods for the parent dialog of this Active X component to set the action to edit and control when to update the action.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IConditionalActionConfigureProxy()
|
|
IConditionalActionConfigureProxy(Object obj)
|
protected |
IConditionalActionConfigureProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IAction |
getActionToEdit()
Action for the control to edit. |
boolean |
isReadOnly()
Indicates if the action properties are read-only. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setActionToEditByRef(IAction pVal)
Action for the control to edit. |
void |
setReadOnly(boolean pbvalReadOnly)
Indicates if the action properties are read-only. |
void |
setServerConnection(IServerConnection piServerConnection)
Set the active server connection, if running in a tracking server environment or service environment in a client application. |
void |
updateAction()
Update the Action component with the values in the activeX component. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IConditionalActionConfigureProxy()
public IConditionalActionConfigureProxy(Object obj)
throws IOException
IOException
protected IConditionalActionConfigureProxy(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 IAction getActionToEdit()
throws IOException,
AutomationException
getActionToEdit in interface IConditionalActionConfigureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActionToEditByRef(IAction pVal)
throws IOException,
AutomationException
setActionToEditByRef in interface IConditionalActionConfigurepVal - A reference to a com.esri.arcgis.trackinganalyst.IAction (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReadOnly()
throws IOException,
AutomationException
isReadOnly in interface IConditionalActionConfigureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReadOnly(boolean pbvalReadOnly)
throws IOException,
AutomationException
setReadOnly in interface IConditionalActionConfigurepbvalReadOnly - The pbvalReadOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateAction()
throws IOException,
AutomationException
updateAction in interface IConditionalActionConfigureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServerConnection(IServerConnection piServerConnection)
throws IOException,
AutomationException
setServerConnection in interface IConditionalActionConfigurepiServerConnection - A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||