com.esri.arcgis.catalog
Interface esriDoubleClickResult

All Superinterfaces:
java.io.Serializable

public interface esriDoubleClickResult
extends java.io.Serializable

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

Description: 'Object Filter Double-Click Result.' 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 esriDCRChooseAndDismiss
          Choose the object that was double-clicked, and dismiss the dialog.
static int esriDCRDefault
          Let the dialog handle the double-click in a default manner.
static int esriDCRNothing
          Do nothing in response to the double-click.
static int esriDCRShowChildren
          Open the object that was double-clicked, and display its children.
 

Field Detail

esriDCRDefault

static final int esriDCRDefault
Let the dialog handle the double-click in a default manner.

See Also:
Constant Field Values

esriDCRChooseAndDismiss

static final int esriDCRChooseAndDismiss
Choose the object that was double-clicked, and dismiss the dialog.

See Also:
Constant Field Values

esriDCRShowChildren

static final int esriDCRShowChildren
Open the object that was double-clicked, and display its children.

See Also:
Constant Field Values

esriDCRNothing

static final int esriDCRNothing
Do nothing in response to the double-click.

See Also:
Constant Field Values