Package xal.extension.widgets.swing
Class Wheelswitch.MouseWheelHandler
java.lang.Object
xal.extension.widgets.swing.Wheelswitch.MouseWheelHandler
- All Implemented Interfaces:
MouseWheelListener
,EventListener
- Enclosing class:
- Wheelswitch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Updates the value of the Wheelswitch when UpDownButton is pressed.
-
Constructor Details
-
MouseWheelHandler
protected MouseWheelHandler()
-
-
Method Details
-
mouseWheelMoved
Updates the value of the Wheelswitch when UpDownButton is pressed.- Specified by:
mouseWheelMoved
in interfaceMouseWheelListener
- Parameters:
e
- DOCUMENT ME!
-