A B C D E G H I K M N O P R S T U V W X 

A

addNativeKeyListener(NativeKeyListener) - Static method in class org.jnativehook.GlobalScreen
Adds the specified native key listener to receive key events from the native system.
addNativeMouseListener(NativeMouseListener) - Static method in class org.jnativehook.GlobalScreen
Adds the specified native mouse listener to receive mouse events from the native system.
addNativeMouseMotionListener(NativeMouseMotionListener) - Static method in class org.jnativehook.GlobalScreen
Adds the specified native mouse motion listener to receive mouse motion events from the native system.
addNativeMouseWheelListener(NativeMouseWheelListener) - Static method in class org.jnativehook.GlobalScreen
Adds the specified native mouse wheel listener to receive mouse wheel events from the native system.
ALT_L_MASK - Static variable in class org.jnativehook.NativeInputEvent
The left alt key modifier constant.
ALT_MASK - Static variable in class org.jnativehook.NativeInputEvent
Either the right or left alt key modifier constant.
ALT_R_MASK - Static variable in class org.jnativehook.NativeInputEvent
The right alt key modifier constant.
awaitTermination(long, TimeUnit) - Method in class org.jnativehook.SwingDispatchService
 

B

BUTTON1 - Static variable in class org.jnativehook.mouse.NativeMouseEvent
Indicates mouse button #1; used by getButton().
BUTTON1_MASK - Static variable in class org.jnativehook.NativeInputEvent
The Button1 modifier constant.
BUTTON2 - Static variable in class org.jnativehook.mouse.NativeMouseEvent
Indicates mouse button #2; used by getButton().
BUTTON2_MASK - Static variable in class org.jnativehook.NativeInputEvent
The Button2 modifier constant.
BUTTON3 - Static variable in class org.jnativehook.mouse.NativeMouseEvent
Indicates mouse button #3; used by getButton().
BUTTON3_MASK - Static variable in class org.jnativehook.NativeInputEvent
The Button3 modifier constant.
BUTTON4 - Static variable in class org.jnativehook.mouse.NativeMouseEvent
Indicates mouse button #4; used by getButton().
BUTTON4_MASK - Static variable in class org.jnativehook.NativeInputEvent
The Button4 modifier constant.
BUTTON5 - Static variable in class org.jnativehook.mouse.NativeMouseEvent
Indicates mouse button #5; used by getButton().
BUTTON5_MASK - Static variable in class org.jnativehook.NativeInputEvent
The Button5 modifier constant.

C

CHAR_UNDEFINED - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
This is used to indicate that the keyChar is undefined.
CTRL_L_MASK - Static variable in class org.jnativehook.NativeInputEvent
The left ctrl key modifier constant.
CTRL_MASK - Static variable in class org.jnativehook.NativeInputEvent
Either the right or left ctrl key modifier constant.
CTRL_R_MASK - Static variable in class org.jnativehook.NativeInputEvent
The right ctrl key modifier constant.

D

DARWIN_AXAPI_DISABLED - Static variable in exception org.jnativehook.NativeHookException
Apple access for assistive devices is disabled.
DARWIN_CREATE_EVENT_PORT - Static variable in exception org.jnativehook.NativeHookException
Apple could not create an event port.
DARWIN_CREATE_OBSERVER - Static variable in exception org.jnativehook.NativeHookException
Apple could not create an observer.
DARWIN_CREATE_RUN_LOOP_SOURCE - Static variable in exception org.jnativehook.NativeHookException
Apple could not create a run loop source.
DARWIN_GET_RUNLOOP - Static variable in exception org.jnativehook.NativeHookException
Apple could not acquire the current run loop.
DefaultDispatchService - Class in org.jnativehook
Default implementation of the ExecutorService used to dispatch native events.
DefaultDispatchService() - Constructor for class org.jnativehook.DefaultDispatchService
Instantiates a new default dispatch service using a single thread.
DefaultLibraryLocator - Class in org.jnativehook
Default implementation of the NativeLibraryLocator interface.
DefaultLibraryLocator() - Constructor for class org.jnativehook.DefaultLibraryLocator
 
dispatchEvent(NativeInputEvent) - Static method in class org.jnativehook.GlobalScreen
Dispatches an event to the appropriate processor.

E

execute(Runnable) - Method in class org.jnativehook.SwingDispatchService
 

G

getArchitecture() - Static method in class org.jnativehook.NativeSystem
Determines the current system architecture.
getButton() - Method in class org.jnativehook.mouse.NativeMouseEvent
Returns which, if any, of the mouse buttons has changed state.
getClickCount() - Method in class org.jnativehook.mouse.NativeMouseEvent
Returns the number of button clicks associated with this event.
getCode() - Method in exception org.jnativehook.NativeHookException
Get the native error code associated with this exception.
getFamily() - Static method in class org.jnativehook.NativeSystem
Determines the current operating system family.
getID() - Method in class org.jnativehook.NativeInputEvent
Gets the event type.
getKeyChar() - Method in class org.jnativehook.keyboard.NativeKeyEvent
Returns the native Unicode character associated with this event.
getKeyCode() - Method in class org.jnativehook.keyboard.NativeKeyEvent
Returns the keyCode associated with this event.
getKeyLocation() - Method in class org.jnativehook.keyboard.NativeKeyEvent
Returns the location of the virtual key for this event.
getKeyText(int) - Static method in class org.jnativehook.keyboard.NativeKeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getLibraries() - Method in class org.jnativehook.DefaultLibraryLocator
Perform default procedures to interface with the native library.
getLibraries() - Method in interface org.jnativehook.NativeLibraryLocator
Perform procedures to interface with the native library.
getModifiers() - Method in class org.jnativehook.NativeInputEvent
Gets the modifier flags for this event.
getModifiersText(int) - Static method in class org.jnativehook.NativeInputEvent
Gets a String describing the modifier flags, such as "Button1", or "Ctrl+Alt".
getPoint() - Method in class org.jnativehook.mouse.NativeMouseEvent
Returns the x,y position of the native event.
getRawCode() - Method in class org.jnativehook.keyboard.NativeKeyEvent
Returns the native code associated with the native key in this event.
getScrollAmount() - Method in class org.jnativehook.mouse.NativeMouseWheelEvent
Returns the number of units that should be scrolled per click of mouse wheel rotation.
getScrollType() - Method in class org.jnativehook.mouse.NativeMouseWheelEvent
Returns the type of scrolling that should take place in response to this event.
getWheelRotation() - Method in class org.jnativehook.mouse.NativeMouseWheelEvent
Returns the number of "clicks" the mouse wheel was rotated.
getWhen() - Method in class org.jnativehook.NativeInputEvent
Gets the timestamp for when this event occurred.
getX() - Method in class org.jnativehook.mouse.NativeMouseEvent
Returns the x coordinate of the native event.
getY() - Method in class org.jnativehook.mouse.NativeMouseEvent
Returns the y coordinate of the native event.
GlobalScreen - Class in org.jnativehook
GlobalScreen is used to represent the native screen area that Java does not usually have access to.

H

HOOK_FAILURE - Static variable in exception org.jnativehook.NativeHookException
General failure error code.

I

isActionKey() - Method in class org.jnativehook.keyboard.NativeKeyEvent
Returns whether the key in this event is an "action" key.
isNativeHookRegistered() - Static method in class org.jnativehook.GlobalScreen
Returns true if the native hook is currently registered.
isShutdown() - Method in class org.jnativehook.SwingDispatchService
 
isTerminated() - Method in class org.jnativehook.SwingDispatchService
 

K

KEY_LOCATION_LEFT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
KEY_LOCATION_NUMPAD - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
KEY_LOCATION_RIGHT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
KEY_LOCATION_STANDARD - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
KEY_LOCATION_UNKNOWN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 

M

META_L_MASK - Static variable in class org.jnativehook.NativeInputEvent
The left meta key modifier constant.
META_MASK - Static variable in class org.jnativehook.NativeInputEvent
Either the right or left meta key modifier constant.
META_R_MASK - Static variable in class org.jnativehook.NativeInputEvent
The right meta key modifier constant.

N

NATIVE_KEY_FIRST - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
The first number in the range of ID's used for native key events.
NATIVE_KEY_LAST - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
The last number in the range of ID's used for native key events.
NATIVE_KEY_PRESSED - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
The "native key pressed" event ID.
NATIVE_KEY_RELEASED - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
The "native key released" event ID.
NATIVE_KEY_TYPED - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
The "native key typed" event ID.
NATIVE_MOUSE_CLICKED - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The native mouse pressed event.
NATIVE_MOUSE_DRAGGED - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The native mouse dragged event.
NATIVE_MOUSE_FIRST - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The first number in the range of id's used for native mouse events.
NATIVE_MOUSE_LAST - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The last number in the range of id's used for native mouse events.
NATIVE_MOUSE_MOVED - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The native mouse moved event.
NATIVE_MOUSE_PRESSED - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The native mouse pressed event.
NATIVE_MOUSE_RELEASED - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The native mouse released event.
NATIVE_MOUSE_WHEEL - Static variable in class org.jnativehook.mouse.NativeMouseEvent
The native mouse dragged event.
NativeHookException - Exception in org.jnativehook
Signals that a Native Hook Exception has occurred.
NativeHookException() - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with UNKNOWN_FAILURE as its error code and null as its detail message.
NativeHookException(int) - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with a specified error code and null as its detail message.
NativeHookException(String) - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with UNKNOWN_FAILURE as its error code and a specified detail message.
NativeHookException(int, String) - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with a specified code and detail message.
NativeHookException(String, Throwable) - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with a specified detail message and cause.
NativeHookException(int, String, Throwable) - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with a specified error code, detail message and cause.
NativeHookException(Throwable) - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with a specified cause.
NativeHookException(int, Throwable) - Constructor for exception org.jnativehook.NativeHookException
Instantiates a new NativeHookException with a specified error code and cause.
NativeInputEvent - Class in org.jnativehook
The root event class for all native-level input events.
NativeInputEvent(Class<GlobalScreen>, int, long, int) - Constructor for class org.jnativehook.NativeInputEvent
Instantiates a new native input event.
NativeKeyEvent - Class in org.jnativehook.keyboard
An event which indicates that a keystroke occurred at global scope.
NativeKeyEvent(int, long, int, int, int, char, int) - Constructor for class org.jnativehook.keyboard.NativeKeyEvent
Instantiates a new native key event.
NativeKeyEvent(int, long, int, int, int, char) - Constructor for class org.jnativehook.keyboard.NativeKeyEvent
Instantiates a new native key event.
NativeKeyListener - Interface in org.jnativehook.keyboard
The listener interface for receiving global NativeKeyEvents.
nativeKeyPressed(NativeKeyEvent) - Method in interface org.jnativehook.keyboard.NativeKeyListener
Invoked when a key has been pressed.
nativeKeyReleased(NativeKeyEvent) - Method in interface org.jnativehook.keyboard.NativeKeyListener
Invoked when a key has been released.
nativeKeyTyped(NativeKeyEvent) - Method in interface org.jnativehook.keyboard.NativeKeyListener
Invoked when a key has been typed.
NativeLibraryLocator - Interface in org.jnativehook
Interface used for native library loading.
nativeMouseClicked(NativeMouseEvent) - Method in interface org.jnativehook.mouse.NativeMouseListener
Invoked when a mouse button has been clicked (pressed and released) without being moved.
nativeMouseDragged(NativeMouseEvent) - Method in interface org.jnativehook.mouse.NativeMouseMotionListener
Invoked when the mouse has been moved while a button is depressed.
NativeMouseEvent - Class in org.jnativehook.mouse
An event which indicates that a mouse action occurred on the system.
NativeMouseEvent(int, long, int, int, int, int) - Constructor for class org.jnativehook.mouse.NativeMouseEvent
Instantiates a new NativeMouseEvent object.
NativeMouseEvent(int, long, int, int, int, int, int) - Constructor for class org.jnativehook.mouse.NativeMouseEvent
Instantiates a new NativeMouseEvent object.
NativeMouseInputListener - Interface in org.jnativehook.mouse
A listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.
NativeMouseListener - Interface in org.jnativehook.mouse
The listener interface for receiving systemwide NativeMouseEvents.
NativeMouseMotionListener - Interface in org.jnativehook.mouse
The listener interface for receiving native mouse motion events.
nativeMouseMoved(NativeMouseEvent) - Method in interface org.jnativehook.mouse.NativeMouseMotionListener
Invoked when the mouse has been moved.
nativeMousePressed(NativeMouseEvent) - Method in interface org.jnativehook.mouse.NativeMouseListener
Invoked when a mouse button has been pressed
nativeMouseReleased(NativeMouseEvent) - Method in interface org.jnativehook.mouse.NativeMouseListener
Invoked when a mouse button has been released
NativeMouseWheelEvent - Class in org.jnativehook.mouse
An event which indicates that the mouse wheel was rotated on the system.
NativeMouseWheelEvent(int, long, int, int, int, int, int, int, int) - Constructor for class org.jnativehook.mouse.NativeMouseWheelEvent
Instantiates a new NativeMouseWheelEvent object.
NativeMouseWheelListener - Interface in org.jnativehook.mouse
The listener interface for receiving native mouse wheel events.
nativeMouseWheelMoved(NativeMouseWheelEvent) - Method in interface org.jnativehook.mouse.NativeMouseWheelListener
Invoked when the mouse wheel is rotated.
NativeSystem - Class in org.jnativehook
A small class to determine the native system's operating system family and architecture.
NativeSystem() - Constructor for class org.jnativehook.NativeSystem
 
NativeSystem.Arch - Enum in org.jnativehook
The system architecture enum.
NativeSystem.Family - Enum in org.jnativehook
The operating system family enum.
NOBUTTON - Static variable in class org.jnativehook.mouse.NativeMouseEvent
Indicates no mouse buttons; used by getButton().

O

org.jnativehook - package org.jnativehook
 
org.jnativehook.keyboard - package org.jnativehook.keyboard
 
org.jnativehook.mouse - package org.jnativehook.mouse
 

P

paramString() - Method in class org.jnativehook.keyboard.NativeKeyEvent
Returns a parameter string identifying this event.
paramString() - Method in class org.jnativehook.mouse.NativeMouseEvent
Returns a parameter string identifying the native event.
paramString() - Method in class org.jnativehook.mouse.NativeMouseWheelEvent
Returns a parameter string identifying the native event.
paramString() - Method in class org.jnativehook.NativeInputEvent
Gets a String representation of this event.
postNativeEvent(NativeInputEvent) - Static method in class org.jnativehook.GlobalScreen
Add a NativeInputEvent to the operating system's event queue.

R

registerNativeHook() - Static method in class org.jnativehook.GlobalScreen
Enable the native hook if it is not currently running.
removeNativeKeyListener(NativeKeyListener) - Static method in class org.jnativehook.GlobalScreen
Removes the specified native key listener so that it no longer receives key events from the native system.
removeNativeMouseListener(NativeMouseListener) - Static method in class org.jnativehook.GlobalScreen
Removes the specified native mouse listener so that it no longer receives mouse events from the native system.
removeNativeMouseMotionListener(NativeMouseMotionListener) - Static method in class org.jnativehook.GlobalScreen
Removes the specified native mouse motion listener so that it no longer receives mouse motion events from the native system.
removeNativeMouseWheelListener(NativeMouseWheelListener) - Static method in class org.jnativehook.GlobalScreen
Removes the specified native mouse wheel listener so that it no longer receives mouse wheel events from the native system.

S

setEventDispatcher(ExecutorService) - Static method in class org.jnativehook.GlobalScreen
Set a different executor service for native event delivery.
setKeyChar(char) - Method in class org.jnativehook.keyboard.NativeKeyEvent
Set the keyChar value in this event.
setKeyCode(int) - Method in class org.jnativehook.keyboard.NativeKeyEvent
Set the keyCode value in this event.
setModifiers(int) - Method in class org.jnativehook.NativeInputEvent
Sets the modifier flags for this event.
setRawCode(int) - Method in class org.jnativehook.keyboard.NativeKeyEvent
Set the rawCode value in this event.
SHIFT_L_MASK - Static variable in class org.jnativehook.NativeInputEvent
The left shift key modifier constant.
SHIFT_MASK - Static variable in class org.jnativehook.NativeInputEvent
Either the right or left shift key modifier constant.
SHIFT_R_MASK - Static variable in class org.jnativehook.NativeInputEvent
The right shift key modifier constant.
shutdown() - Method in class org.jnativehook.SwingDispatchService
 
shutdownNow() - Method in class org.jnativehook.SwingDispatchService
 
SwingDispatchService - Class in org.jnativehook
Swing compatible implementation of the ExecutorService used to dispatch native events.
SwingDispatchService() - Constructor for class org.jnativehook.SwingDispatchService
 

T

toString() - Method in enum org.jnativehook.NativeSystem.Arch
 
toString() - Method in enum org.jnativehook.NativeSystem.Family
 

U

unregisterNativeHook() - Static method in class org.jnativehook.GlobalScreen
Disable the native hook if it is currently registered.
UNSPECIFIED_FAILURE - Static variable in exception org.jnativehook.NativeHookException
Unspecified failure error code.

V

valueOf(String) - Static method in enum org.jnativehook.NativeSystem.Arch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jnativehook.NativeSystem.Family
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jnativehook.NativeSystem.Arch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jnativehook.NativeSystem.Family
Returns an array containing the constants of this enum type, in the order they are declared.
VC_0 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_1 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
VC_0 thru VC_9
VC_2 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_3 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_4 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_5 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_6 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_7 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_8 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_9 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_A - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
VC_A thru VC_Z
VC_ALT_L - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_ALT_R - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_APP_CALCULATOR - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_APP_MAIL - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_APP_MUSIC - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_APP_PICTURES - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_B - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BACK_SLASH - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BACKQUOTE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BACKSPACE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BROWSER_BACK - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BROWSER_FAVORITES - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BROWSER_FORWARD - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BROWSER_HOME - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BROWSER_REFRESH - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BROWSER_SEARCH - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_BROWSER_STOP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_C - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_CAPS_LOCK - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_CLOSE_BRACKET - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_COMMA - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_CONTEXT_MENU - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_CONTROL_L - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_CONTROL_R - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_D - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_DELETE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_DOWN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_E - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_END - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_ENTER - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_EQUALS - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_ESCAPE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F1 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Constants for the F1 through F24 function keys.
VC_F10 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F11 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F12 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F13 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F14 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F15 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F16 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F17 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F18 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F19 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F2 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F20 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F21 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F22 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F23 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F24 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F3 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F4 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F5 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F6 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F7 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F8 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_F9 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_FURIGANA - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_G - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_H - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_HIRAGANA - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_HOME - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_I - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_INSERT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Edit Key Zone
VC_J - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_K - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KANJI - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KATAKANA - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Japanese Language Keys
VC_KP_0 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_1 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_2 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_3 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_4 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_5 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_6 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_7 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_8 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_9 - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_ADD - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_COMMA - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_DIVIDE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_ENTER - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_EQUALS - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_MULTIPLY - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_SEPARATOR - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_KP_SUBTRACT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_L - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_LEFT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_M - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_MEDIA_EJECT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_MEDIA_NEXT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_MEDIA_PLAY - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_MEDIA_PREVIOUS - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_MEDIA_SELECT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_MEDIA_STOP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_META_L - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_META_R - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_MINUS - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_N - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_NUM_LOCK - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Begin Numeric Zone
VC_O - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_OPEN_BRACKET - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_P - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_PAGE_DOWN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_PAGE_UP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_PAUSE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_PERIOD - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_POWER - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Media and Extra Keys
VC_PRINTSCREEN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_Q - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_QUOTE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_R - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_RIGHT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_S - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SCROLL_LOCK - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SEMICOLON - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SHIFT_L - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Modifier and Control Keys
VC_SHIFT_R - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SLASH - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SLEEP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SPACE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_AGAIN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_COPY - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_CUT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_FIND - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_FRONT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_HELP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Sun keyboards
VC_SUN_INSERT - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_OPEN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_PROPS - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_STOP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_SUN_UNDO - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_T - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_TAB - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_U - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_UNDEFINED - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
This value is used to indicate that the keyCode is unknown.
VC_UNDERSCORE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_UP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
Begin Cursor Key Zone
VC_V - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_VOLUME_DOWN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_VOLUME_MUTE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_VOLUME_UP - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_W - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_WAKE - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_X - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_Y - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_YEN - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 
VC_Z - Static variable in class org.jnativehook.keyboard.NativeKeyEvent
 

W

WHEEL_BLOCK_SCROLL - Static variable in class org.jnativehook.mouse.NativeMouseWheelEvent
Constant representing scrolling by a "block" (like scrolling with page-up, page-down keys).
WHEEL_UNIT_SCROLL - Static variable in class org.jnativehook.mouse.NativeMouseWheelEvent
Constant representing scrolling by "units" (like scrolling with the arrow keys).
WIN_SET_HOOK - Static variable in exception org.jnativehook.NativeHookException
Windows SetWindowsHookEx function failed to register the low level hook.

X

X11_OPEN_DISPLAY - Static variable in exception org.jnativehook.NativeHookException
X11 open display error code.
X11_RECORD_ALLOC_RANGE - Static variable in exception org.jnativehook.NativeHookException
X11 extension XRecord could not allocate range.
X11_RECORD_CREATE_CONTEXT - Static variable in exception org.jnativehook.NativeHookException
X11 extension XRecord could not create a context.
X11_RECORD_ENABLE_CONTEXT - Static variable in exception org.jnativehook.NativeHookException
X11 extension XRecord could not enable the context.
X11_RECORD_GET_CONTEXT - Static variable in exception org.jnativehook.NativeHookException
X11 extension XRecord could not enable the context.
X11_RECORD_NOT_FOUND - Static variable in exception org.jnativehook.NativeHookException
X11 extension XRecord was not found.
A B C D E G H I K M N O P R S T U V W X 

Copyright © 2006-2015 ${project.vendor}. All Rights Received.