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.
  • Field Details

  • Constructor Details

    • SpinnerWheelSupport

      public SpinnerWheelSupport()
  • Method Details

    • installMouseWheelSupport

      public static void installMouseWheelSupport(JSpinner spinner)
    • uninstallMouseWheelSupport

      public static void uninstallMouseWheelSupport(JSpinner spinner)