Uses of Class
com.github.kwhat.jnativehook.AbstractSwingInputAdapter
-
Packages that use AbstractSwingInputAdapter Package Description com.github.kwhat.jnativehook.keyboard Classes used for native keyboard events.com.github.kwhat.jnativehook.mouse Classes used for native mouse events. -
-
Uses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.keyboard
Subclasses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.keyboard Modifier and Type Class Description class
SwingKeyAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents. -
Uses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.mouse
Subclasses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.mouse Modifier and Type Class Description class
SwingMouseAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.class
SwingMouseWheelAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.
-