Class BasicRibbonBandUI.AWTRibbonEventListener

java.lang.Object
org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonBandUI.AWTRibbonEventListener
All Implemented Interfaces:
AWTEventListener, EventListener
Enclosing class:
BasicRibbonBandUI

private static class BasicRibbonBandUI.AWTRibbonEventListener extends Object implements AWTEventListener
Event listener to handle global ribbon events. Currently handles:
  • Mouse wheel events anywhere in the ribbon to rotate the selected task.
  • Field Details

  • Constructor Details

    • AWTRibbonEventListener

      private AWTRibbonEventListener()
  • Method Details

    • install

      public static void install()
    • uninstall

      public static boolean uninstall()
    • eventDispatched

      public void eventDispatched(AWTEvent event)
      Specified by:
      eventDispatched in interface AWTEventListener