Class PopupListener

java.lang.Object
java.awt.event.MouseAdapter
info.monitorenter.gui.chart.events.PopupListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public final class PopupListener extends MouseAdapter
A general purpose PopupListener.

It is used to connect JPopupMenu instances with the components retrieved from factory methods (of factory LayoutFactory).

Note that instances have to be registered as a listener on components via Component.addMouseListener(java.awt.event.MouseListener) to make it working.

Version:
$Revision: 1.10 $
Author:
Achim Westermann