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 voidprivate voidfadeOutRollover(RadianceTableUI.TableCellId tableCellId) Initiates the fade out effect.private voidInitiates the fade out effect.private voidhandleMouseMove(Point mousePoint) Handles various mouse move events and initiates the fade animation if necessary.private voidHandles various mouse move events and initiates the fade animation if necessary.voidvoidvoidvoidvoidvoidvoid
-
Field Details
-
lastRow
private int lastRow -
lastColumn
private int lastColumn
-
-
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
-
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()
-