Class RadianceTreeUI.RolloverFadeListener
java.lang.Object
org.pushingpixels.radiance.theming.internal.ui.RadianceTreeUI.RolloverFadeListener
- All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener
- Enclosing class:
RadianceTreeUI
private class RadianceTreeUI.RolloverFadeListener
extends Object
implements MouseListener, MouseMotionListener
Listener for rollover animation effects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfadeOut()Initiates the fade out effect.private 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.
-
fadeOut
private void fadeOut()Initiates the fade out effect.
-