|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConditionalActionConfigure
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.
Method Summary | |
---|---|
IAction |
getActionToEdit()
Action for the control to edit. |
boolean |
isReadOnly()
Indicates if the action properties are read-only. |
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. |
Method Detail |
---|
IAction getActionToEdit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActionToEditByRef(IAction pVal) throws IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.carto.IAction (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReadOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReadOnly(boolean pbvalReadOnly) throws IOException, AutomationException
pbvalReadOnly
- The pbvalReadOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateAction() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServerConnection(IServerConnection piServerConnection) throws IOException, AutomationException
piServerConnection
- A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (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 |