Interface | Description |
---|---|
NativeLibraryLocator |
Interface used for native library loading.
|
Class | Description |
---|---|
AbstractSwingInputAdapter |
Adapter to convert convert native modifiers to java modifiers
and to provide an anchor point for native evnets.
|
DefaultLibraryLocator |
Default implementation of the
NativeLibraryLocator 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.
|
NativeInputEvent |
The root event class for all native-level input events.
|
NativeMonitorInfo |
Object representation of a native monitor layout.
|
NativeSystem |
A small class to determine the native system's operating system family and
architecture.
|
Enum | Description |
---|---|
NativeSystem.Arch |
The system architecture enum.
|
NativeSystem.Family |
The operating system family enum.
|
Exception | Description |
---|---|
NativeHookException |
Signals that a Native Hook Exception has occurred.
|
Copyright © 2006-2017 ${project.vendor}. All Rights Received.