Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gtk.java.swing.plaf.gtk
Class GtkMenuMouseMotionListener  view GtkMenuMouseMotionListener download GtkMenuMouseMotionListener.java

java.lang.Object
  extended byorg.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

Constructor Summary
(package private) GtkMenuMouseMotionListener()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
          This method is called when the mouse is moved over a component while a button has been pressed.
 void mouseMoved(java.awt.event.MouseEvent e)
          This method is called when the mouse is moved over a component while no button is pressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtkMenuMouseMotionListener

GtkMenuMouseMotionListener()
Method Detail

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