|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Canvas
com.esri.arcgis.interop.Ocx
com.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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Canvas |
|---|
Canvas.AccessibleAWTCanvas |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Ocx |
|---|
rootParentContainers, rootWindows |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
ConditionalActionConfigure()
Constructs a ConditionalActionConfigure using ArcGIS Engine. |
|
ConditionalActionConfigure(Object o)
Constructs a ConditionalActionConfigure. |
|
| Method Summary | |
|---|---|
void |
addNotify()
|
boolean |
equals(Object o)
Compare this object with another |
IAction |
getActionToEdit()
Action for the control to edit. |
static String |
getClsid()
getClsid. |
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. |
| Methods inherited from class com.esri.arcgis.interop.Ocx |
|---|
checkIfVisible, getMinimumSize, getObjRef, getPreferredSize, paint, removeNotify, setBounds, setBounds, setSize, setSize, zz_doQueuedSets, zz_get, zz_get, zz_get, zz_get, zz_get, zz_get, zz_get, zz_get, zz_queueSet, zz_queueSet, zz_queueSet, zz_queueSet, zz_queueSet, zz_queueSet, zz_queueSet, zz_queueSet |
| Methods inherited from class java.awt.Canvas |
|---|
createBufferStrategy, createBufferStrategy, getAccessibleContext, getBufferStrategy, update |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ConditionalActionConfigure()
public ConditionalActionConfigure(Object o)
| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic void addNotify()
addNotify in class com.esri.arcgis.interop.Ocx
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||