|
|||||||||
| Home >> All >> com >> tanksoftware >> [ juk overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tanksoftware.juk
Class Copernicus.PopupListener

java.lang.Objectjava.awt.event.MouseAdapter
com.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)
|
|||||||||
| Home >> All >> com >> tanksoftware >> [ juk overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC