|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MouseListener
Dispatches mouse events to listeners on a component.
| Method Summary | |
|---|---|
void |
mouseEntered(MouseEvent event)
Dispatched when the mouse enters the bounds of the target component. |
void |
mouseExited(MouseEvent event)
Dispatched when the mouse exits the bounds of the target component. |
void |
mousePressed(MouseEvent event)
Dispatched when a button is pressed within the bounds of the target component. |
void |
mouseReleased(MouseEvent event)
Dispatched when a button is released after having been pressed within the bounds of the target component. |
| Method Detail |
|---|
void mousePressed(MouseEvent event)
void mouseReleased(MouseEvent event)
void mouseEntered(MouseEvent event)
void mouseExited(MouseEvent event)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||