|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.events.MouseAdapter
Unsafe: This adapter class provides default implementations for the
methods described by the MouseListener
interface.
Classes that wish to deal with MouseEvent
s
which occur as mouse buttons are pressed and released can
extend this class and override only the methods which they are
interested in.
MouseListener
,
MouseEvent
Constructor Summary | |
MouseAdapter()
Suppressed: |
Method Summary | |
void |
mouseDoubleClick(MouseEvent e)
Suppressed: Sent when a mouse button is pressed twice within the (operating system specified) double click period. |
void |
mouseDown(MouseEvent e)
Suppressed: Sent when a mouse button is pressed. |
void |
mouseUp(MouseEvent e)
Suppressed: Sent when a mouse button is released. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MouseAdapter()
Method Detail |
public void mouseDoubleClick(MouseEvent e)
mouseDoubleClick
in interface MouseListener
e
- an event containing information about the mouse double clickorg.eclipse.swt.widgets.Display#getDoubleClickTime
public void mouseDown(MouseEvent e)
mouseDown
in interface MouseListener
e
- an event containing information about the mouse button presspublic void mouseUp(MouseEvent e)
mouseUp
in interface MouseListener
e
- 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 |