org.eclipse.draw2d
Class ScrollBar.ThumbDragger
java.lang.Object
org.eclipse.draw2d.MouseMotionListener.Stub
org.eclipse.draw2d.ScrollBar.ThumbDragger
- All Implemented Interfaces:
- MouseListener, MouseMotionListener
- Enclosing class:
- ScrollBar
protected class ScrollBar.ThumbDragger
- extends MouseMotionListener.Stub
- implements MouseListener
- Since:
- 3.6
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
protected Point start
dragRange
protected int dragRange
revertValue
protected int revertValue
armed
protected boolean armed
ScrollBar.ThumbDragger
public ScrollBar.ThumbDragger()
mousePressed
public void mousePressed(MouseEvent me)
- Description copied from interface:
MouseListener
- Called when a mouse button has been pressed while over the listened to
object.
- Specified by:
mousePressed
in interface MouseListener
- Parameters:
me
- The MouseEvent object
mouseDragged
public void mouseDragged(MouseEvent me)
- Description copied from interface:
MouseMotionListener
- Called when the mouse has moved over the listened to object while a
button was pressed.
- Specified by:
mouseDragged
in interface MouseMotionListener
- Overrides:
mouseDragged
in class MouseMotionListener.Stub
- Parameters:
me
- The MouseEvent object- See Also:
MouseMotionListener.mouseDragged(MouseEvent)
mouseReleased
public void mouseReleased(MouseEvent me)
- Description copied from interface:
MouseListener
- Called when a pressed mouse button has been released.
- Specified by:
mouseReleased
in interface MouseListener
- Parameters:
me
- The MouseEvent object
mouseDoubleClicked
public void mouseDoubleClicked(MouseEvent me)
- Description copied from interface:
MouseListener
- Called when a mouse button has been double clicked over the listened to
object.
- Specified by:
mouseDoubleClicked
in interface MouseListener
- Parameters:
me
- The MouseEvent object
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.