de.uni_paderborn.fujaba.fsa.listener
Class DoubleClickMouseListener

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

public class DoubleClickMouseListener
extends ComponentMouseListener
implements AscendDescendMouseHandler.Descend

Standard mouselistener for Components displaying DiagramItems. Handles double clicks on objects. Simply executes the first Popupmenu entry.

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Field Summary
private static org.apache.log4j.Logger log
          log4j logging
private static DoubleClickMouseListener singleton
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.listener.ComponentMouseListener
DISTANCE, EAST, INNER, lastComponent, NORTH, SOUTH, UNKNOWN, WEST
 
Constructor Summary
private DoubleClickMouseListener()
          The default constructor is empty.
 
Method Summary
static DoubleClickMouseListener get()
          No comment provided by developer, please add a comment to improve documentation.
 void mouseClicked(java.awt.event.MouseEvent event)
          Overwrites the mouseClicked method of ComponentMouseListener.
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.listener.ComponentMouseListener
getOrientation, setOrientation, setOrientation
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final transient org.apache.log4j.Logger log
log4j logging


singleton

private static DoubleClickMouseListener singleton
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

DoubleClickMouseListener

private DoubleClickMouseListener()
The default constructor is empty.

Method Detail

get

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

Returns:
No description provided

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent event)
Overwrites the mouseClicked method of ComponentMouseListener.

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