|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAccelerator
COM Interface 'IAccelerator'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that define 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 |
IID08300de1_27fd_11d2_aa2f_000000000000
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
delete()
Removes this accelerator from the accelerator table. |
java.lang.Object |
getCommandID()
The identifier of the command that this accelerator activates. |
int |
getKey()
The keycode for this accelerator. |
boolean |
isAlt()
Indicates if the Alt key is pressed for this accelerator. |
boolean |
isCtrl()
Indicates if the Ctrl key is pressed for this accelerator. |
boolean |
isShift()
Indicates if the Shift key is pressed for this accelerator. |
void |
setAlt(boolean bAlt)
Indicates if the Alt key is pressed for this accelerator. |
void |
setCommandID(java.lang.Object cmdID)
The identifier of the command that this accelerator activates. |
void |
setCtrl(boolean bCtrl)
Indicates if the Ctrl key is pressed for this accelerator. |
void |
setKey(int keyCode)
The keycode for this accelerator. |
void |
setShift(boolean bShift)
Indicates if the Shift key is pressed for this accelerator. |
Field Detail |
---|
static final int IID08300de1_27fd_11d2_aa2f_000000000000
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setShift(boolean bShift) throws java.io.IOException, AutomationException
bShift
- The bShift (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShift() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlt(boolean bAlt) throws java.io.IOException, AutomationException
bAlt
- The bAlt (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlt() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCtrl(boolean bCtrl) throws java.io.IOException, AutomationException
bCtrl
- The bCtrl (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCtrl() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKey(int keyCode) throws java.io.IOException, AutomationException
keyCode
- The keyCode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getKey() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCommandID(java.lang.Object cmdID) throws java.io.IOException, AutomationException
cmdID
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCommandID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete() throws java.io.IOException, AutomationException
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 |