JIDE 3.5.15

com.jidesoft.spinner
Class SpinnerWheelSupport

java.lang.Object
  extended by 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.


Field Summary
protected static String ACTION_NAME_DECREMENT
           
protected static String ACTION_NAME_INCREMENT
           
static String CLIENT_PROPERTY_MOUSE_WHEEL_LISTENER
           
 
Constructor Summary
SpinnerWheelSupport()
           
 
Method Summary
static void installMouseWheelSupport(JSpinner spinner)
           
static void uninstallMouseWheelSupport(JSpinner spinner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SpinnerWheelSupport

public SpinnerWheelSupport()
Method Detail

installMouseWheelSupport

public static void installMouseWheelSupport(JSpinner spinner)

uninstallMouseWheelSupport

public static void uninstallMouseWheelSupport(JSpinner spinner)

JIDE 3.5.15