com.esri.arcgis.controls
Interface ICommandPool2

All Superinterfaces:
ICommandPool, java.io.Serializable
All Known Implementing Classes:
CommandPool, ICommandPool2Proxy

public interface ICommandPool2
extends ICommandPool, java.io.Serializable

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

Description: 'Provides access to the contents of the command pool.' 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 IIDf8a444d1_6287_4dad_9303_618629c7b1f7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.ICommandPool
IID85490941_3a6a_47c4_8e42_7f6997534ddf
 
Method Summary
 boolean translateAcceleratorKey(int keyCode)
          Translates the specified keyCode, if a corresponding accelerator exists.
 
Methods inherited from interface com.esri.arcgis.controls.ICommandPool
created, exists, findByUID, getCommand, getCount, getUID, getUsageCount
 

Field Detail

IIDf8a444d1_6287_4dad_9303_618629c7b1f7

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

translateAcceleratorKey

boolean translateAcceleratorKey(int keyCode)
                                throws java.io.IOException,
                                       AutomationException
Translates the specified keyCode, if a corresponding accelerator exists.

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