|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseEvent | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.swt.events | SWT typed listener support. |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
Uses of MouseEvent in org.eclipse.jface.text |
Methods in org.eclipse.jface.text with parameters of type MouseEvent | |
void |
PaintManager.mouseDoubleClick(MouseEvent e)
|
void |
PaintManager.mouseDown(MouseEvent e)
|
void |
PaintManager.mouseUp(MouseEvent e)
|
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 |
MouseAdapter.mouseDown(MouseEvent e)
Sent when a mouse button is pressed. |
void |
MouseAdapter.mouseUp(MouseEvent e)
Sent when a mouse button is released. |
void |
MouseListener.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 |
MouseListener.mouseUp(MouseEvent e)
Sent when a mouse button is released. |
void |
MouseTrackListener.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 |
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.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 |
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. |
Uses of MouseEvent in org.eclipse.ui.texteditor |
Methods in org.eclipse.ui.texteditor with parameters of type MouseEvent | |
void |
AbstractRulerActionDelegate.mouseDoubleClick(MouseEvent e)
|
void |
AbstractRulerActionDelegate.mouseDown(MouseEvent e)
|
void |
AbstractRulerActionDelegate.mouseUp(MouseEvent e)
|
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |