|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--javax.swing.plaf.basic.BasicScrollBarUI.TrackListener | +--swing.addon.plaf.themelf.ThemeLF_AlternativeScrollBarUI.MyTrackListener
Track mouse drags.
Fields inherited from class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener |
currentMouseX, currentMouseY, offset |
Constructor Summary | |
ThemeLF_AlternativeScrollBarUI.MyTrackListener()
|
Method Summary | |
void |
mouseDragged(java.awt.event.MouseEvent e)
Set the models value to the position of the top/left of the thumb relative to the origin of the track. |
Methods inherited from class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener |
mouseMoved, mousePressed, mouseReleased |
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mouseEntered, mouseExited |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThemeLF_AlternativeScrollBarUI.MyTrackListener()
Method Detail |
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in class javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |