Package com.jidesoft.spinner
Class SpinnerWheelSupport
java.lang.Object
com.jidesoft.spinner.SpinnerWheelSupport
A helper class to add mouse wheel support to JSpinner. You can call
installMouseWheelSupport(javax.swing.JSpinner)
to add the support and uninstallMouseWheelSupport(javax.swing.JSpinner)
to remove the support.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
installMouseWheelSupport
(JSpinner spinner) static void
uninstallMouseWheelSupport
(JSpinner spinner)
-
Field Details
-
CLIENT_PROPERTY_MOUSE_WHEEL_LISTENER
- See Also:
-
ACTION_NAME_INCREMENT
- See Also:
-
ACTION_NAME_DECREMENT
- See Also:
-
-
Constructor Details
-
SpinnerWheelSupport
public SpinnerWheelSupport()
-
-
Method Details
-
installMouseWheelSupport
-
uninstallMouseWheelSupport
-