protected class ScrollBar.ThumbDragger extends MouseMotionListener.Stub implements MouseListener
MouseListener.StubMouseMotionListener.Stub| Modifier and Type | Field and Description |
|---|---|
protected boolean |
armed |
protected int |
dragRange |
protected int |
revertValue |
protected Point |
start |
| Constructor and Description |
|---|
ScrollBar.ThumbDragger() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDoubleClicked(MouseEvent me)
Called when a mouse button has been double clicked over the listened to
object.
|
void |
mouseDragged(MouseEvent me)
Called when the mouse has moved over the listened to object while a
button was pressed.
|
void |
mousePressed(MouseEvent me)
Called when a mouse button has been pressed while over the listened to
object.
|
void |
mouseReleased(MouseEvent me)
Called when a pressed mouse button has been released.
|
mouseEntered, mouseExited, mouseHover, mouseMovedprotected Point start
protected int dragRange
protected int revertValue
protected boolean armed
public void mousePressed(MouseEvent me)
MouseListenermousePressed in interface MouseListenerme - The MouseEvent objectpublic void mouseDragged(MouseEvent me)
MouseMotionListenermouseDragged in interface MouseMotionListenermouseDragged in class MouseMotionListener.Stubme - The MouseEvent objectMouseMotionListener.mouseDragged(MouseEvent)public void mouseReleased(MouseEvent me)
MouseListenermouseReleased in interface MouseListenerme - The MouseEvent objectpublic void mouseDoubleClicked(MouseEvent me)
MouseListenermouseDoubleClicked in interface MouseListenerme - The MouseEvent objectCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.