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 GtkMenuMouseListener  view GtkMenuMouseListener download GtkMenuMouseListener.java

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byorg.gtk.java.swing.plaf.gtk.GtkMenuMouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener

class GtkMenuMouseListener
extends java.awt.event.MouseAdapter

A default MouseListener for menu elements

Version:
1.4 08/26/98

Constructor Summary
(package private) GtkMenuMouseListener()
           
 
Method Summary
 void mouseEntered(java.awt.event.MouseEvent e)
          Implements this method in the interface with an empty method body.
 void mouseExited(java.awt.event.MouseEvent e)
          Implements this method in the interface with an empty method body.
 void mousePressed(java.awt.event.MouseEvent e)
          Implements this method in the interface with an empty method body.
 void mouseReleased(java.awt.event.MouseEvent e)
          Implements this method in the interface with an empty method body.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtkMenuMouseListener

GtkMenuMouseListener()
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Description copied from class: java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.


mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Description copied from class: java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.


mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Description copied from class: java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.


mouseExited

public void mouseExited(java.awt.event.MouseEvent e)
Description copied from class: java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.