Package | Description |
---|---|
org.eclipse.swt.events |
Modifier and Type | Method and Description |
---|---|
void |
MouseAdapter.mouseDoubleClick(MouseEvent e)
Sent when a mouse button is pressed twice within the
(operating system specified) double click period.
|
void |
MouseListener.mouseDoubleClick(MouseEvent e)
Sent when a mouse button is pressed twice within the
(operating system specified) double click period.
|
void |
MouseAdapter.mouseDown(MouseEvent e)
Sent when a mouse button is pressed.
|
void |
MouseListener.mouseDown(MouseEvent e)
Sent when a mouse button is pressed.
|
void |
MouseTrackAdapter.mouseEnter(MouseEvent e)
Sent when the mouse pointer passes into the area of the screen covered by a
control.
|
void |
MouseTrackListener.mouseEnter(MouseEvent e)
Sent when the mouse pointer passes into 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.mouseExit(MouseEvent e)
Sent when the mouse pointer passes out of the area of the screen covered by
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 |
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 |
MouseMoveListener.mouseMove(MouseEvent e)
Sent when the mouse moves.
|
void |
MouseAdapter.mouseUp(MouseEvent e)
Sent when a mouse button is released.
|
void |
MouseListener.mouseUp(MouseEvent e)
Sent when a mouse button is released.
|
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0