Class MousePopupMenuListener

java.lang.Object
  extended byjavax.swing.event.MouseInputAdapter
      extended byMousePopupMenuListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.MouseInputListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

public class MousePopupMenuListener
extends javax.swing.event.MouseInputAdapter

Right click mouse, it will pop up a PopupMenu object.

Author:
Lulin Song

Constructor Summary
MousePopupMenuListener()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent arg0)
          Right click mouse, it will pop up a PopupMenu object.
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MousePopupMenuListener

public MousePopupMenuListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent arg0)
Right click mouse, it will pop up a PopupMenu object.