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 void
fadeOut()
Initiates the fade out effect.private void
Handles various mouse move events and initiates the fade animation if necessary.void
void
void
void
void
void
void
-
Constructor Details
-
RolloverFadeListener
private RolloverFadeListener()
-
-
Method Details
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
-
mouseDragged
- Specified by:
mouseDragged
in 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.
-