com.esri.arcgis.framework
Interface IAcceleratorHook

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CreateFeatureDockWin, IAcceleratorHookProxy, UnplacedAnnotationWindow

public interface IAcceleratorHook
extends java.io.Serializable

COM Interface 'IAcceleratorHook'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to a means to decide if a virtual key should act as an accelerator.' 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 IIDd4511a0e_1d47_461e_bc44_2475545ee2d9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean checkAccelerator(int vkey)
          Return true if the framework should carry out the action associated with this virtual key.
 

Field Detail

IIDd4511a0e_1d47_461e_bc44_2475545ee2d9

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

checkAccelerator

boolean checkAccelerator(int vkey)
                         throws java.io.IOException,
                                AutomationException
Return true if the framework should carry out the action associated with this virtual key.

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