java.lang.Object
org.gtk.java.swing.plaf.gtk.GtkMenuMouseMotionListener
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.MouseMotionListener
- class GtkMenuMouseMotionListener
- extends java.lang.Object
- implements java.awt.event.MouseMotionListener
A default MouseListener for menu elements
- Version:
- 1.4 08/26/98
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GtkMenuMouseMotionListener
GtkMenuMouseMotionListener()
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent e)
- Description copied from interface:
java.awt.event.MouseMotionListener
- This method is called when the mouse is moved over a component
while a button has been pressed.
- Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener
mouseMoved
public void mouseMoved(java.awt.event.MouseEvent e)
- Description copied from interface:
java.awt.event.MouseMotionListener
- This method is called when the mouse is moved over a component
while no button is pressed.
- Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener