| Package | Description |
|---|---|
| org.eclipse.swt.events | |
| org.eclipse.swt.widgets |
| Modifier and Type | Class and Description |
|---|---|
class |
DragDetectEvent
Instances of this class are sent as a result of
a drag gesture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MouseListener.mouseDoubleClick(MouseEvent e)
Sent when a mouse button is pressed twice within the
(operating system specified) double click period.
|
void |
MouseAdapter.mouseDoubleClick(MouseEvent e)
Sent when a mouse button is pressed twice within the
(operating system specified) double click period.
|
void |
MouseListener.mouseDown(MouseEvent e)
Sent when a mouse button is pressed.
|
void |
MouseAdapter.mouseDown(MouseEvent e)
Sent when a mouse button is pressed.
|
void |
MouseTrackListener.mouseEnter(MouseEvent e)
Sent when the mouse pointer passes into the area of
the screen covered by a control.
|
void |
MouseTrackAdapter.mouseEnter(MouseEvent e)
Sent when the mouse pointer passes into the area of
the screen covered by a control.
|
void |
MouseTrackListener.mouseExit(MouseEvent e)
Sent when the mouse pointer passes out of the area of
the screen covered by a control.
|
void |
MouseTrackAdapter.mouseExit(MouseEvent e)
Sent when the mouse pointer passes out of the area of
the screen covered by a control.
|
void |
MouseTrackListener.mouseHover(MouseEvent e)
Sent when the mouse pointer hovers (that is, stops moving
for an (operating system specified) period of time) over
a control.
|
void |
MouseTrackAdapter.mouseHover(MouseEvent e)
Sent when the mouse pointer hovers (that is, stops moving
for an (operating system specified) period of time) over
a control.
|
void |
MouseMoveListener.mouseMove(MouseEvent e)
Sent when the mouse moves.
|
void |
MouseWheelListener.mouseScrolled(MouseEvent e)
Sent when the mouse wheel is scrolled.
|
void |
MouseListener.mouseUp(MouseEvent e)
Sent when a mouse button is released.
|
void |
MouseAdapter.mouseUp(MouseEvent e)
Sent when a mouse button is released.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Control.dragDetect(MouseEvent event)
Detects a drag and drop gesture.
|
Copyright © 2017. All Rights Reserved.