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 Summary
FieldsModifier and TypeFieldDescriptionprivate int
private static BasicRibbonBandUI.AWTRibbonEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
eventDispatched
(AWTEvent event) static void
install()
static boolean
-
Field Details
-
instance
-
installCount
private int installCount
-
-
Constructor Details
-
AWTRibbonEventListener
private AWTRibbonEventListener()
-
-
Method Details
-
install
public static void install() -
uninstall
public static boolean uninstall() -
eventDispatched
- Specified by:
eventDispatched
in interfaceAWTEventListener
-