|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.hook.HookEventObject
com.jniwrapper.win32.hook.CBTEvent
com.jniwrapper.win32.hook.CBTEvent.KeySkipped
Represents HCBT_KEYSKIPPED
hook event.
Nested Class Summary |
Nested classes inherited from class com.jniwrapper.win32.hook.CBTEvent |
CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand |
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CBTEvent.KeySkipped(java.lang.Object source,
long virtualKeyCode,
long keyInfo)
|
Method Summary | |
boolean |
getPreviousState()
Specifies the previous key state. |
int |
getRepeatCount()
Specifies the repeat count. |
int |
getScanCode()
Specifies the scan code. |
boolean |
getTransitionState()
Specifies the transition state. |
long |
getVirtualKeyCode()
Returns the virtual-key code. |
boolean |
isAltPressed()
Specifies the context code. |
boolean |
isExtendedKey()
Specifies whether the key is an extended key, such as a function key or a key on the numeric keypad. |
Methods inherited from class com.jniwrapper.win32.hook.CBTEvent |
setAllow |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CBTEvent.KeySkipped(java.lang.Object source, long virtualKeyCode, long keyInfo)
Method Detail |
public long getVirtualKeyCode()
public int getRepeatCount()
public int getScanCode()
public boolean isExtendedKey()
public boolean isAltPressed()
public boolean getPreviousState()
public boolean getTransitionState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |