|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.framework.Accelerator
public class Accelerator
COM Class 'Accelerator'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description 'Accelerator object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.framework.IAccelerator |
---|
IID, IID08300de1_27fd_11d2_aa2f_000000000000, xxDummy |
Constructor Summary | |
---|---|
Accelerator(java.lang.Object obj)
Construct a Accelerator using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
delete()
Removes this accelerator from the accelerator table. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.Object |
getCommandID()
The identifier of the command that this accelerator activates. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getKey()
The keycode for this accelerator. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a 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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Accelerator(java.lang.Object obj) throws java.io.IOException
obj
to Accelerator
. *
Accelerator o = (Accelerator)obj; // will not work
Accelerator o = new Accelerator(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
Accelerator theAccelerator = (Accelerator) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setShift(boolean bShift) throws java.io.IOException, AutomationException
setShift
in interface IAccelerator
bShift
- The bShift (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShift() throws java.io.IOException, AutomationException
isShift
in interface IAccelerator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlt(boolean bAlt) throws java.io.IOException, AutomationException
setAlt
in interface IAccelerator
bAlt
- The bAlt (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAlt() throws java.io.IOException, AutomationException
isAlt
in interface IAccelerator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCtrl(boolean bCtrl) throws java.io.IOException, AutomationException
setCtrl
in interface IAccelerator
bCtrl
- The bCtrl (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCtrl() throws java.io.IOException, AutomationException
isCtrl
in interface IAccelerator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKey(int keyCode) throws java.io.IOException, AutomationException
setKey
in interface IAccelerator
keyCode
- The keyCode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getKey() throws java.io.IOException, AutomationException
getKey
in interface IAccelerator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCommandID(java.lang.Object cmdID) throws java.io.IOException, AutomationException
setCommandID
in interface IAccelerator
cmdID
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCommandID() throws java.io.IOException, AutomationException
getCommandID
in interface IAccelerator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete() throws java.io.IOException, AutomationException
delete
in interface IAccelerator
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 |