com.jidesoft.spinner
Class SpinnerWheelSupport
java.lang.Object
com.jidesoft.spinner.SpinnerWheelSupport
public class SpinnerWheelSupport
- extends Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_PROPERTY_MOUSE_WHEEL_LISTENER
public static final String CLIENT_PROPERTY_MOUSE_WHEEL_LISTENER
- See Also:
- Constant Field Values
ACTION_NAME_INCREMENT
protected static final String ACTION_NAME_INCREMENT
- See Also:
- Constant Field Values
ACTION_NAME_DECREMENT
protected static final String ACTION_NAME_DECREMENT
- See Also:
- Constant Field Values
SpinnerWheelSupport
public SpinnerWheelSupport()
installMouseWheelSupport
public static void installMouseWheelSupport(JSpinner spinner)
uninstallMouseWheelSupport
public static void uninstallMouseWheelSupport(JSpinner spinner)