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 =
Method Summary |
boolean |
translateAcceleratorKey(int keyCode)
Translates the specified keyCode, if a corresponding accelerator exists. |
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
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.