Class XTraScrollBarUI.MyTrackListener
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
com.l2fprod.gui.plaf.xtra.XTraScrollBarUI.MyTrackListener
- All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
- Enclosing class:
XTraScrollBarUI
Track mouse drags.
- Version:
- $Revision: 1.2 $, $Date: 2004/07/29 19:09:27 $
- Author:
- fred
-
Field Summary
Fields inherited from class BasicScrollBarUI.TrackListener
currentMouseX, currentMouseY, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the models value to the position of the top/left of the thumb relative to the origin of the track.Methods inherited from class BasicScrollBarUI.TrackListener
mouseExited, mouseMoved, mousePressed, mouseReleasedMethods inherited from class MouseAdapter
mouseClicked, mouseEntered, mouseWheelMoved
-
Constructor Details
-
MyTrackListener
public MyTrackListener()
-
-
Method Details
-
mouseDragged
Set the models value to the position of the top/left of the thumb relative to the origin of the track.- Specified by:
mouseDraggedin interfaceMouseMotionListener- Overrides:
mouseDraggedin classBasicScrollBarUI.TrackListener- Parameters:
e- Description of Parameter
-