|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.5.0
javax.swing.plaf.basic
|
Field Summary | |
---|---|
protected int |
currentMouseX
|
protected int |
currentMouseY
|
protected int |
offset
|
Constructor Summary | |
---|---|
BasicSliderUI.TrackListener()
|
Method Summary | |
---|---|
void |
mouseDragged(MouseEvent e)
Set the models value to the position of the top/left of the thumb relative to the origin of the track. |
void |
mouseMoved(MouseEvent e)
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed. |
void |
mousePressed(MouseEvent e)
If the mouse is pressed above the "thumb" component then reduce the scrollbars value by one page ("page up"), otherwise increase it by one page. |
void |
mouseReleased(MouseEvent e)
Invoked when a mouse button has been released on a component. |
boolean |
shouldScroll(int direction)
|
Methods inherited from class javax.swing.event.MouseInputAdapter |
---|
mouseClicked, mouseEntered, mouseExited |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient int offset
protected transient int currentMouseX
protected transient int currentMouseY
Constructor Detail |
---|
public BasicSliderUI.TrackListener()
Method Detail |
---|
public void mouseReleased(MouseEvent e)
MouseListener
mouseReleased
in interface MouseListener
mouseReleased
in class MouseInputAdapter
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseInputAdapter
public boolean shouldScroll(int direction)
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
mouseDragged
in class MouseInputAdapter
public void mouseMoved(MouseEvent e)
MouseMotionListener
mouseMoved
in interface MouseMotionListener
mouseMoved
in class MouseInputAdapter