de.uni_paderborn.fujaba.fsa.listener
Class PopupListener

java.lang.Object
  extended byjavax.swing.event.MouseInputAdapter
      extended byde.uni_paderborn.fujaba.fsa.listener.PopupListener
All Implemented Interfaces:
AscendDescendMouseHandler.Ascend, java.util.EventListener, javax.swing.event.MouseInputListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

public class PopupListener
extends javax.swing.event.MouseInputAdapter
implements AscendDescendMouseHandler.Ascend

Version:
$Revision: 1.20 $
Author:
$Author: lowende $

Method Summary
static PopupListener get()
          No comment provided by developer, please add a comment to improve documentation.
 void mousePressed(java.awt.event.MouseEvent event)
          No comment provided by developer, please add a comment to improve documentation.
 void mouseReleased(java.awt.event.MouseEvent event)
          No comment provided by developer, please add a comment to improve documentation.
 boolean showPopup(java.awt.Point point, javax.swing.JComponent comp)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static PopupListener get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent event)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
mouseReleased in interface java.awt.event.MouseListener
Parameters:
event - No description provided

mousePressed

public void mousePressed(java.awt.event.MouseEvent event)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
mousePressed in interface java.awt.event.MouseListener
Parameters:
event - No description provided

showPopup

public boolean showPopup(java.awt.Point point,
                         javax.swing.JComponent comp)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
point - No description provided
comp - No description provided
Returns:
No description provided