|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.gui.event.MouseAdapter
public class MouseAdapter
A convenience class for partially implementing the MouseListener interface.
| Constructor Summary | |
|---|---|
MouseAdapter()
|
|
| Method Summary | |
|---|---|
void |
mouseClicked(MouseEvent event)
Dispatched when a button is clicked within the bounds of the target component. |
void |
mouseDragged(MouseEvent event)
Dispatched when the mouse is moved after a button having been pressed within the bounds of the target component. |
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 |
mouseMoved(MouseEvent event)
Dispatched when the mouse is moved within 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MouseAdapter()
| Method Detail |
|---|
public void mousePressed(MouseEvent event)
MouseListener
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent event)
MouseListener
mouseReleased in interface MouseListenerpublic void mouseClicked(MouseEvent event)
MouseListener
mouseClicked in interface MouseListenerpublic void mouseEntered(MouseEvent event)
MouseListener
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent event)
MouseListener
mouseExited in interface MouseListenerpublic void mouseMoved(MouseEvent event)
MouseMotionListener
mouseMoved in interface MouseMotionListenerpublic void mouseDragged(MouseEvent event)
MouseMotionListener
mouseDragged in interface MouseMotionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||