Class RadianceListUI.RolloverFadeListener
java.lang.Object
org.pushingpixels.radiance.theming.internal.ui.RadianceListUI.RolloverFadeListener
- All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener
- Enclosing class:
RadianceListUI
private class RadianceListUI.RolloverFadeListener
extends Object
implements MouseListener, MouseMotionListener
Listener for fade animations on list rollovers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidHandles various mouse move events and initiates the fade animation if necessary.voidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
RolloverFadeListener
private RolloverFadeListener()
-
-
Method Details
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
handleMove
Handles various mouse move events and initiates the fade animation if necessary.- Parameters:
e- Mouse event.
-