com.esri.arcgis.systemUI
Interface IToolKeys

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

public interface IToolKeys
extends java.io.Serializable

COM Interface 'IToolKeys'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Allows a tool to override system shortcut keys.' 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 IID10107f77_6a0f_413f_8e88_ede3b6dedf66
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean overrideKey(int keyCode, int shift)
          Indicate whether the specified key is handled by the tool.
 

Field Detail

IID10107f77_6a0f_413f_8e88_ede3b6dedf66

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

overrideKey

boolean overrideKey(int keyCode,
                    int shift)
                    throws java.io.IOException,
                           AutomationException
Indicate whether the specified key is handled by the tool.

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