All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractSwingInputAdapter Adapter to convert convert native modifiers to java modifiers and to provide an anchor point for native events.DefaultDispatchService Default implementation of theExecutorService
used to dispatch native events.DefaultLibraryLocator Default implementation of theNativeLibraryLocator
interface.GlobalScreen GlobalScreen is used to represent the native screen area that Java does not usually have access to.GlobalScreen.NativeHookThread Specialized thread implementation for the native hook.NativeHookDemo A demonstration of how to use the JNativeHook library.NativeHookException Signals that a Native Hook Exception has occurred.NativeInputEvent The root event class for all native-level input events.NativeKeyAdapter Deprecated. No need to extend this class, implement theNativeKeyListener
interface insteadNativeKeyEvent An event which indicates that a keystroke occurred at global scope.NativeKeyListener The listener interface for receiving globalNativeKeyEvents
.NativeLibraryLocator Interface used for native library loading.NativeMonitorInfo Object representation of a native monitor layout.NativeMouseAdapter Deprecated. No need to extend this class, implement theNativeMouseListener
interface insteadNativeMouseEvent An event which indicates that a mouse action occurred on the system.NativeMouseInputAdapter Deprecated. No need to extend this class, implement theNativeMouseInputListener
interface insteadNativeMouseInputListener A listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.NativeMouseListener The listener interface for receiving systemwideNativeMouseEvents
.NativeMouseMotionAdapter Deprecated. No need to extend this class, implement theNativeMouseMotionListener
interface insteadNativeMouseMotionListener The listener interface for receiving native mouse motion events.NativeMouseWheelAdapter Deprecated. No need to extend this class, implement theNativeMouseWheelListener
interface insteadNativeMouseWheelEvent An event which indicates that the mouse wheel was rotated on the system.NativeMouseWheelListener The listener interface for receiving native mouse wheel events.NativeSystem A small class to determine the native system's operating system family and architecture.NativeSystem.Arch The system architecture enum.NativeSystem.Family The operating system family enum.SwingDispatchService Swing compatible implementation of theExecutorService
used to dispatch native events.SwingKeyAdapter Adapter to convert NativeKeyEvents to Java KeyEvents.SwingMouseAdapter Adapter to convert NativeKeyEvents to Java KeyEvents.SwingMouseWheelAdapter Adapter to convert NativeKeyEvents to Java KeyEvents.VoidDispatchService Void implementation of theExecutorService
used to dispatch native events directly on the operating system's event delivery thread.