Class RadianceTableUI.RolloverFadeListener
java.lang.Object
org.pushingpixels.radiance.theming.internal.ui.RadianceTableUI.RolloverFadeListener
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,EventListener
- Enclosing class:
RadianceTableUI
private class RadianceTableUI.RolloverFadeListener
extends Object
implements MouseListener, MouseMotionListener
Listener for fade animations on table rollovers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
fadeOutRollover
(RadianceTableUI.TableCellId tableCellId) Initiates the fade out effect.private void
Initiates the fade out effect.private void
handleMouseMove
(Point mousePoint) Handles various mouse move events and initiates the fade animation if necessary.private void
Handles various mouse move events and initiates the fade animation if necessary.void
void
void
void
void
void
void
-
Field Details
-
lastRow
private int lastRow -
lastColumn
private int lastColumn
-
-
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
-
handleMoveForHeader
Handles various mouse move events and initiates the fade animation if necessary.- Parameters:
e
- Mouse event.
-
fadeOutTableHeader
private void fadeOutTableHeader()Initiates the fade out effect. -
handleMouseMove
Handles various mouse move events and initiates the fade animation if necessary.- Parameters:
mousePoint
- Mouse event location.
-
fadeOutRollover
Initiates the fade out effect. -
fadeOutAllRollovers
private void fadeOutAllRollovers()
-