| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.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 MouseListenermouseClicked in class MouseAdaptere - the event.public void mousePressed(MouseEvent e)
mousePressed in interface MouseListenermousePressed in class MouseAdaptere - the event.public void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenermouseReleased in class MouseAdaptere - the event.public void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenermouseEntered in class MouseAdaptere - the event.public void mouseExited(MouseEvent e)
mouseExited in interface MouseListenermouseExited in class MouseAdaptere - the event.public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenere - the event.public void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenere - the event.public void mouseWheelMoved(MouseWheelEvent e)
mouseWheelMoved in interface MouseWheelListenere - the event.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||