|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is listener interface to receive light weight mouse events.
Method Summary | |
void |
mouseClicked(LwMouseEvent e)
Invoked when the mouse button has been clicked on a light weight component. |
void |
mouseEntered(LwMouseEvent e)
Invoked when the mouse enters a light weight component. |
void |
mouseExited(LwMouseEvent e)
Invoked when the mouse exits a light weight component. |
void |
mousePressed(LwMouseEvent e)
Invoked when the mouse button has been pressed on a light weight component. |
void |
mouseReleased(LwMouseEvent e)
Invoked when the mouse button has been released on a light weight component. |
Method Detail |
public void mouseClicked(LwMouseEvent e)
e
- the specified mouse event.public void mouseEntered(LwMouseEvent e)
e
- the specified mouse event.public void mouseExited(LwMouseEvent e)
e
- the specified mouse event.public void mousePressed(LwMouseEvent e)
e
- the specified mouse event.public void mouseReleased(LwMouseEvent e)
e
- the specified mouse event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |