|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.ConditionalActionConfigure
public class ConditionalActionConfigure
Manage the properties associated with conditional actions.
This object is an Active X object that is used as a common control to configure the Tracking Analysts core Actions conditional properties. It is usually embedded in a dialog that configures the corresponding actions non-conditional properties.
| Constructor Summary | |
|---|---|
ConditionalActionConfigure()
Constructs a ConditionalActionConfigure using ArcGIS Engine. |
|
ConditionalActionConfigure(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ConditionalActionConfigure theConditionalActionConfigure = (ConditionalActionConfigure) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IAction |
getActionToEdit()
Action for the control to edit. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
void |
getPages(tagCAUUID[] pPages)
getPages |
void |
getSizeMax(_ULARGE_INTEGER[] pCbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
initNew()
initNew |
void |
isDirty()
isDirty |
boolean |
isReadOnly()
Indicates if the action properties are read-only. |
void |
load(IStream pStm)
load |
void |
save(IStream pStm,
int fClearDirty)
save |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ConditionalActionConfigure()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ConditionalActionConfigure(Object obj)
throws IOException
ConditionalActionConfigure theConditionalActionConfigure = (ConditionalActionConfigure) obj;
obj to ConditionalActionConfigure.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
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 isDirty()
throws IOException,
AutomationException
isDirty in interface IPersistStreamInitIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pStm)
throws IOException,
AutomationException
load in interface IPersistStreamInitpStm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pStm,
int fClearDirty)
throws IOException,
AutomationException
save in interface IPersistStreamInitpStm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pCbSize)
throws IOException,
AutomationException
getSizeMax in interface IPersistStreamInitpCbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initNew()
throws IOException,
AutomationException
initNew in interface IPersistStreamInitIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPages(tagCAUUID[] pPages)
throws IOException,
AutomationException
getPages in interface ISpecifyPropertyPagespPages - A Structure: com.esri.arcgis.trackinganalyst.tagCAUUID (out: use single element array)
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 | ||||||||