|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
mascoptLib.gui.views.DefaultViewAdapter
A listener for the mouse.
Constructor Summary | |
DefaultViewAdapter()
|
Method Summary | |
void |
mouseClicked(MouseEvent e)
Event when the mouse is clicked. |
void |
mouseDragged(MouseEvent e)
When the mouse is dragged. |
void |
mouseEntered(MouseEvent e)
Mouse entered. |
void |
mouseExited(MouseEvent e)
Mouse exited. |
void |
mouseMoved(MouseEvent e)
When the mouse is moved. |
void |
mousePressed(MouseEvent e)
Event when the mouse is pressed. |
void |
mouseReleased(MouseEvent e)
Event when the mouse is released. |
void |
mouseWheelMoved(MouseWheelEvent e)
When the wheel is moved. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultViewAdapter()
Method Detail |
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
e
- the event.public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
e
- the event.public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
e
- the event.public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
e
- the event.public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
e
- the event.public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
e
- the event.public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
e
- the event.public void mouseWheelMoved(MouseWheelEvent e)
mouseWheelMoved
in interface MouseWheelListener
e
- the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |