|
Draw2d 3.9.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.MouseMotionListener.Stub
org.eclipse.draw2d.ScrollBar.ThumbDragger
protected class ScrollBar.ThumbDragger
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.draw2d.MouseListener |
---|
MouseListener.Stub |
Nested classes/interfaces inherited from interface org.eclipse.draw2d.MouseMotionListener |
---|
MouseMotionListener.Stub |
Field Summary | |
---|---|
protected boolean |
armed
|
protected int |
dragRange
|
protected int |
revertValue
|
protected Point |
start
|
Constructor Summary | |
---|---|
ScrollBar.ThumbDragger()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.draw2d.MouseMotionListener.Stub |
---|
mouseEntered, mouseExited, mouseHover, mouseMoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Point start
protected int dragRange
protected int revertValue
protected boolean armed
Constructor Detail |
---|
public ScrollBar.ThumbDragger()
Method Detail |
---|
public void mousePressed(MouseEvent me)
MouseListener
mousePressed
in interface MouseListener
me
- The MouseEvent objectpublic void mouseDragged(MouseEvent me)
MouseMotionListener
mouseDragged
in interface MouseMotionListener
mouseDragged
in class MouseMotionListener.Stub
me
- The MouseEvent objectMouseMotionListener.mouseDragged(MouseEvent)
public void mouseReleased(MouseEvent me)
MouseListener
mouseReleased
in interface MouseListener
me
- The MouseEvent objectpublic void mouseDoubleClicked(MouseEvent me)
MouseListener
mouseDoubleClicked
in interface MouseListener
me
- The MouseEvent object
|
Draw2d 3.9.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |