com.esri.arcgis.controls
Interface esriHookHelperEvents

All Superinterfaces:
Serializable

public interface esriHookHelperEvents
extends Serializable

HookHelper event options.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriHHEActiveViewFocusMapChanged
          Internal use only: The active view focus map changed.
static int esriHHEArcReaderControlCurrentViewChanged
          Internal use only: The ArcReaderControl current view changed.
static int esriHHEArcReaderControlDocumentLoaded
          Internal use only: The ArcReaderControl document loaded.
static int esriHHEArcReaderControlDocumentUnloaded
          Internal use only: The ArcReaderControl document unloaded.
static int esriHHEArcReaderControlFocusARMapChanged
          Internal use only: The ArcReaderControl focus ARMap changed.
static int esriHHEDocumentActiveViewChanged
          The document active view changed.
static int esriHHEDocumentCloseDocument
          The document close document.
static int esriHHEDocumentMapsChanged
          The document maps changed.
static int esriHHEDocumentNewDocument
          The document new document.
static int esriHHEDocumentOpenDocument
          The document open document.
static int esriHHEGlobeControlGlobeReplaced
          The GlobeControl globe replaced.
static int esriHHEHookHelperHookReplaced
          The hook helper hook replaced.
static int esriHHEMapControlMapReplaced
          The MapControl map replaced.
static int esriHHEPageLayoutControlFocusMapChanged
          The PageLayoutControl focus map changed.
static int esriHHEPageLayoutControlPageLayoutReplaced
          The PageLayoutControl page layout replaced.
static int esriHHESceneControlSceneReplaced
          The SceneControl scene replaced.
static int esriHHEToolbarControlBuddyChanged
          The ToolbarControl buddy changed.
 

Field Detail

esriHHEHookHelperHookReplaced

static final int esriHHEHookHelperHookReplaced
The hook helper hook replaced.

See Also:
Constant Field Values

esriHHEActiveViewFocusMapChanged

static final int esriHHEActiveViewFocusMapChanged
Internal use only: The active view focus map changed.

See Also:
Constant Field Values

esriHHEArcReaderControlCurrentViewChanged

static final int esriHHEArcReaderControlCurrentViewChanged
Internal use only: The ArcReaderControl current view changed.

See Also:
Constant Field Values

esriHHEArcReaderControlDocumentLoaded

static final int esriHHEArcReaderControlDocumentLoaded
Internal use only: The ArcReaderControl document loaded.

See Also:
Constant Field Values

esriHHEArcReaderControlDocumentUnloaded

static final int esriHHEArcReaderControlDocumentUnloaded
Internal use only: The ArcReaderControl document unloaded.

See Also:
Constant Field Values

esriHHEArcReaderControlFocusARMapChanged

static final int esriHHEArcReaderControlFocusARMapChanged
Internal use only: The ArcReaderControl focus ARMap changed.

See Also:
Constant Field Values

esriHHEMapControlMapReplaced

static final int esriHHEMapControlMapReplaced
The MapControl map replaced.

See Also:
Constant Field Values

esriHHEPageLayoutControlPageLayoutReplaced

static final int esriHHEPageLayoutControlPageLayoutReplaced
The PageLayoutControl page layout replaced.

See Also:
Constant Field Values

esriHHEPageLayoutControlFocusMapChanged

static final int esriHHEPageLayoutControlFocusMapChanged
The PageLayoutControl focus map changed.

See Also:
Constant Field Values

esriHHEDocumentActiveViewChanged

static final int esriHHEDocumentActiveViewChanged
The document active view changed.

See Also:
Constant Field Values

esriHHEDocumentMapsChanged

static final int esriHHEDocumentMapsChanged
The document maps changed.

See Also:
Constant Field Values

esriHHEDocumentNewDocument

static final int esriHHEDocumentNewDocument
The document new document.

See Also:
Constant Field Values

esriHHEDocumentOpenDocument

static final int esriHHEDocumentOpenDocument
The document open document.

See Also:
Constant Field Values

esriHHEDocumentCloseDocument

static final int esriHHEDocumentCloseDocument
The document close document.

See Also:
Constant Field Values

esriHHEToolbarControlBuddyChanged

static final int esriHHEToolbarControlBuddyChanged
The ToolbarControl buddy changed.

See Also:
Constant Field Values

esriHHEGlobeControlGlobeReplaced

static final int esriHHEGlobeControlGlobeReplaced
The GlobeControl globe replaced.

See Also:
Constant Field Values

esriHHESceneControlSceneReplaced

static final int esriHHESceneControlSceneReplaced
The SceneControl scene replaced.

See Also:
Constant Field Values