com.esri.arcgis.trackinganalyst
Interface IActionEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionBase, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, IActionEditProxy, TagAction

public interface IActionEdit
extends java.io.Serializable

COM Interface 'IActionEdit'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to the methods and properties needed to edit the properties of an action.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4c48c638_9199_11d5_b7fe_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void defaultAction()
          Sets the action to its default state and resets existing edits.
 void edit(int hParentWindowHandle, ISet piObjectSet)
          Invokes Edit dialog.
 int getHelpContextID(int lControlID)
          The help context ID for the specified control on the page.
 java.lang.String getHelpFile()
          The help file name for the page.
 int getPreviewImage()
          Preview bitmap for the renderer that appears on the page.
 void setReadOnly(boolean rhs1)
          Indicates whether the action is specified as read-only.
 

Field Detail

IID4c48c638_9199_11d5_b7fe_00010265adc5

static final int IID4c48c638_9199_11d5_b7fe_00010265adc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

defaultAction

void defaultAction()
                   throws java.io.IOException,
                          AutomationException
Sets the action to its default state and resets existing edits.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

edit

void edit(int hParentWindowHandle,
          ISet piObjectSet)
          throws java.io.IOException,
                 AutomationException
Invokes Edit dialog.

Parameters:
hParentWindowHandle - The hParentWindowHandle (in)
piObjectSet - A reference to a com.esri.arcgis.system.ISet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPreviewImage

int getPreviewImage()
                    throws java.io.IOException,
                           AutomationException
Preview bitmap for the renderer that appears on the page.

Returns:
The phBitmap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpFile

java.lang.String getHelpFile()
                             throws java.io.IOException,
                                    AutomationException
The help file name for the page.

Returns:
The pbstrHelpFile
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpContextID

int getHelpContextID(int lControlID)
                     throws java.io.IOException,
                            AutomationException
The help context ID for the specified control on the page.

Parameters:
lControlID - The lControlID (in)
Returns:
The plHelpID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReadOnly

void setReadOnly(boolean rhs1)
                 throws java.io.IOException,
                        AutomationException
Indicates whether the action is specified as read-only.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.