com.esri.arcgis.controls
Interface IHookHelper2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IHookHelper2Proxy

public interface IHookHelper2
extends java.io.Serializable

COM Interface 'IHookHelper2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members needed when developing commands to work with the MapControl, PageLayoutControl, ArcMap, and custom controls and applications.' 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 IID80bfc77a_278c_441c_8760_0ef7b2be65c5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IExtensionManager getExtensionManager()
          Manages the lifetime of extensions.
 

Field Detail

IID80bfc77a_278c_441c_8760_0ef7b2be65c5

static final int IID80bfc77a_278c_441c_8760_0ef7b2be65c5
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

getExtensionManager

IExtensionManager getExtensionManager()
                                      throws java.io.IOException,
                                             AutomationException
Manages the lifetime of extensions.

Returns:
A reference to a com.esri.arcgis.system.IExtensionManager
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.