public class SpinnerWheelSupport
extends java.lang.Object
installMouseWheelSupport(javax.swing.JSpinner)
to add the support and uninstallMouseWheelSupport(javax.swing.JSpinner)
to remove the support.Modifier and Type | Field | Description |
---|---|---|
protected static java.lang.String |
ACTION_NAME_DECREMENT |
|
protected static java.lang.String |
ACTION_NAME_INCREMENT |
|
static java.lang.String |
CLIENT_PROPERTY_MOUSE_WHEEL_LISTENER |
Constructor | Description |
---|---|
SpinnerWheelSupport() |
Modifier and Type | Method | Description |
---|---|---|
static void |
installMouseWheelSupport(javax.swing.JSpinner spinner) |
|
static void |
uninstallMouseWheelSupport(javax.swing.JSpinner spinner) |
public static final java.lang.String CLIENT_PROPERTY_MOUSE_WHEEL_LISTENER
protected static final java.lang.String ACTION_NAME_INCREMENT
protected static final java.lang.String ACTION_NAME_DECREMENT