Class RadianceTabbedPaneUI.MouseRolloverHandler

java.lang.Object
org.pushingpixels.radiance.theming.internal.ui.RadianceTabbedPaneUI.MouseRolloverHandler
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener
Enclosing class:
RadianceTabbedPaneUI

private class RadianceTabbedPaneUI.MouseRolloverHandler extends Object implements MouseListener, MouseMotionListener
Listener for rollover animation effects.
  • Field Details

    • prevRolledOver

      private int prevRolledOver
      Index of the tab that was rolled over on the previous mouse event.
    • prevInCloseButton

      private boolean prevInCloseButton
      Indicates whether the previous mouse event was located in a close button.
    • tabOfPressedCloseButton

      private int tabOfPressedCloseButton
      Tab index of the last mouse pressed event that happened in a close button.
  • Constructor Details

    • MouseRolloverHandler

      private MouseRolloverHandler()
  • Method Details