|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.event.mouse.MouseWrapper<org.eclipse.swt.events.MouseEvent>
com.metsci.glimpse.swt.event.mouse.MouseWrapperSWT
public class MouseWrapperSWT
Constructor Summary | |
---|---|
MouseWrapperSWT(GlimpseCanvas canvas)
|
Method Summary | |
---|---|
void |
mouseDoubleClick(org.eclipse.swt.events.MouseEvent event)
Sent when a mouse button is pressed twice within the (operating system specified) double click period. |
void |
mouseDown(org.eclipse.swt.events.MouseEvent event)
Sent when a mouse button is pressed. |
void |
mouseEnter(org.eclipse.swt.events.MouseEvent event)
Sent when the mouse pointer passes into the area of the screen covered by a control. |
void |
mouseExit(org.eclipse.swt.events.MouseEvent event)
Sent when the mouse pointer passes out of the area of the screen covered by a control. |
void |
mouseHover(org.eclipse.swt.events.MouseEvent e)
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control. |
void |
mouseMove(org.eclipse.swt.events.MouseEvent event)
Sent when the mouse moves. |
void |
mouseScrolled(org.eclipse.swt.events.MouseEvent event)
Sent when the mouse wheel is scrolled. |
void |
mouseUp(org.eclipse.swt.events.MouseEvent event)
Sent when a mouse button is released. |
Methods inherited from class com.metsci.glimpse.event.mouse.MouseWrapper |
---|
getContainingTargets |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MouseWrapperSWT(GlimpseCanvas canvas)
Method Detail |
---|
public void mouseEnter(org.eclipse.swt.events.MouseEvent event)
org.eclipse.swt.events.MouseTrackListener
mouseEnter
in interface org.eclipse.swt.events.MouseTrackListener
event
- an event containing information about the mouse enterpublic void mouseExit(org.eclipse.swt.events.MouseEvent event)
org.eclipse.swt.events.MouseTrackListener
mouseExit
in interface org.eclipse.swt.events.MouseTrackListener
event
- an event containing information about the mouse exitpublic void mouseHover(org.eclipse.swt.events.MouseEvent e)
org.eclipse.swt.events.MouseTrackListener
mouseHover
in interface org.eclipse.swt.events.MouseTrackListener
e
- an event containing information about the hoverpublic void mouseMove(org.eclipse.swt.events.MouseEvent event)
org.eclipse.swt.events.MouseMoveListener
mouseMove
in interface org.eclipse.swt.events.MouseMoveListener
event
- an event containing information about the mouse movepublic void mouseScrolled(org.eclipse.swt.events.MouseEvent event)
org.eclipse.swt.events.MouseWheelListener
mouseScrolled
in interface org.eclipse.swt.events.MouseWheelListener
event
- an event containing information about the mouse wheel actionpublic void mouseDoubleClick(org.eclipse.swt.events.MouseEvent event)
org.eclipse.swt.events.MouseListener
mouseDoubleClick
in interface org.eclipse.swt.events.MouseListener
event
- an event containing information about the mouse double clickDisplay.getDoubleClickTime()
public void mouseDown(org.eclipse.swt.events.MouseEvent event)
org.eclipse.swt.events.MouseListener
mouseDown
in interface org.eclipse.swt.events.MouseListener
event
- an event containing information about the mouse button presspublic void mouseUp(org.eclipse.swt.events.MouseEvent event)
org.eclipse.swt.events.MouseListener
mouseUp
in interface org.eclipse.swt.events.MouseListener
event
- an event containing information about the mouse button release
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |