|
Eclipse Remote Application Platform | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseEvent | |
---|---|
org.eclipse.swt.events |
Uses of MouseEvent in org.eclipse.swt.events |
---|
Methods in org.eclipse.swt.events with parameters of type MouseEvent | |
---|---|
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. |
|
Eclipse Remote Application Platform | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0