|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAcceleratorTable
COM Interface 'IAcceleratorTable'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that modify the accelerator table.' 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 |
IID08300de2_27fd_11d2_aa2f_000000000000
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object iD,
int key,
boolean bCtrl,
boolean bAlt,
boolean bShift)
Adds a new accelerator to the accelerator table. |
IArray |
find(java.lang.Object iD)
Finds the accelerator object/s currently associated with the specified command ID. |
IAccelerator |
findByKey(int key,
boolean bCtrl,
boolean bAlt,
boolean bShift)
Finds the accelerator object associated with the specified key combination. |
int |
getCount()
The count of accelerator items in the table. |
IAccelerator |
getItem(int index)
The accelerator object at the specified index. |
| Field Detail |
|---|
static final int IID08300de2_27fd_11d2_aa2f_000000000000
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAccelerator getItem(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean add(java.lang.Object iD,
int key,
boolean bCtrl,
boolean bAlt,
boolean bShift)
throws java.io.IOException,
AutomationException
iD - A Variant (in)key - The key (in)bCtrl - The bCtrl (in, optional, pass false if not required)bAlt - The bAlt (in, optional, pass false if not required)bShift - The bShift (in, optional, pass false if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray find(java.lang.Object iD)
throws java.io.IOException,
AutomationException
iD - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAccelerator findByKey(int key,
boolean bCtrl,
boolean bAlt,
boolean bShift)
throws java.io.IOException,
AutomationException
key - The key (in)bCtrl - The bCtrl (in, optional, pass false if not required)bAlt - The bAlt (in, optional, pass false if not required)bShift - The bShift (in, optional, pass false if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||