com.esri.arcgis.controls
Interface esriHookActions

All Superinterfaces:
java.io.Serializable

public interface esriHookActions
extends java.io.Serializable

Constants from esriHookActions' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Hook action type options.' 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 int esriHookActionsCallout
          Create a callout for the geometry.
static int esriHookActionsFlash
          Flash the geometry.
static int esriHookActionsGraphic
          Create a graphic for the geometry.
static int esriHookActionsLabel
          Create a graphic and label for the geometry.
static int esriHookActionsPan
          Pan to the geometry.
static int esriHookActionsZoom
          Zoom to the geometry.
 

Field Detail

esriHookActionsFlash

static final int esriHookActionsFlash
Flash the geometry.

See Also:
Constant Field Values

esriHookActionsPan

static final int esriHookActionsPan
Pan to the geometry.

See Also:
Constant Field Values

esriHookActionsZoom

static final int esriHookActionsZoom
Zoom to the geometry.

See Also:
Constant Field Values

esriHookActionsGraphic

static final int esriHookActionsGraphic
Create a graphic for the geometry.

See Also:
Constant Field Values

esriHookActionsLabel

static final int esriHookActionsLabel
Create a graphic and label for the geometry.

See Also:
Constant Field Values

esriHookActionsCallout

static final int esriHookActionsCallout
Create a callout for the geometry.

See Also:
Constant Field Values