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

Quick Search    Search Deep

com.tanksoftware.juk
Class Copernicus.PopupListener  view Copernicus.PopupListener download Copernicus.PopupListener.java

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bycom.tanksoftware.juk.Copernicus.PopupListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
Copernicus

class Copernicus.PopupListener
extends java.awt.event.MouseAdapter

Class to handle the Popup Menus


Field Summary
(package private)  javax.swing.JPopupMenu menu
           
 
Constructor Summary
Copernicus.PopupListener(javax.swing.JPopupMenu menu)
           
 
Method Summary
private  void maybeShowPopup(java.awt.event.MouseEvent e)
           
 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, mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menu

javax.swing.JPopupMenu menu
Constructor Detail

Copernicus.PopupListener

public Copernicus.PopupListener(javax.swing.JPopupMenu menu)
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.


maybeShowPopup

private void maybeShowPopup(java.awt.event.MouseEvent e)