| Interface | Description |
|---|---|
| NativeLibraryLocator |
Interface used for native library loading.
|
| Class | Description |
|---|---|
| DefaultDispatchService |
Default implementation of the
ExecutorService used to dispatch native events. |
| 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.
|
| NativeInputEvent |
The root event class for all native-level input events.
|
| NativeSystem |
A small class to determine the native system's operating system family and
architecture.
|
| SwingDispatchService |
Swing compatible implementation of the
ExecutorService used to dispatch native events. |
| 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-2015 ${project.vendor}. All Rights Received.