Interface | Description |
---|---|
NativeMouseInputListener |
A listener implementing all the methods in both the NativeMouseListener and
NativeMouseMotionListener interfaces.
|
NativeMouseListener |
The listener interface for receiving systemwide
NativeMouseEvents . |
NativeMouseMotionListener |
The listener interface for receiving native mouse motion events.
|
NativeMouseWheelListener |
The listener interface for receiving native mouse wheel events.
|
Class | Description |
---|---|
NativeMouseAdapter |
Adapter implementation of the NativeMouseListener interface.
|
NativeMouseEvent |
An event which indicates that a mouse action occurred on the system.
|
NativeMouseInputAdapter |
Adapter implementation of the NativeMouseInputListener interface.
|
NativeMouseMotionAdapter |
Adapter implementation of the NativeMouseMotionListener interface.
|
NativeMouseWheelAdapter | |
NativeMouseWheelEvent |
An event which indicates that the mouse wheel was rotated on the system.
|
SwingMouseAdapter |
Adapter to convert NativeKeyEvents to Java KeyEvents.
|
SwingMouseWheelAdapter |
Adapter to convert NativeKeyEvents to Java KeyEvents.
|
Copyright © 2006-2017 ${project.vendor}. All Rights Received.