de.uni_paderborn.fujaba.fsa.listener
Class EditableComponentListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byde.uni_paderborn.fujaba.fsa.listener.EditableComponentListener
All Implemented Interfaces:
AscendDescendMouseHandler.Descend, java.util.EventListener, java.awt.event.MouseListener

public class EditableComponentListener
extends java.awt.event.MouseAdapter
implements AscendDescendMouseHandler.Descend

JComboBoxLabelListener.

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

Field Summary
private static EditableComponentListener listener
          Inner attribute to implement the Singleton design pattern.
 
Constructor Summary
private EditableComponentListener()
          Private default constructor to implement the Singleton design pattern.
 
Method Summary
static EditableComponentListener get()
          Access method to get the one system wide instance of this listener.
 void mouseClicked(java.awt.event.MouseEvent event)
          Overwrites the mouseClicked method of InnerElementMouseListener.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

private static EditableComponentListener listener
Inner attribute to implement the Singleton design pattern.

Constructor Detail

EditableComponentListener

private EditableComponentListener()
Private default constructor to implement the Singleton design pattern.

Method Detail

get

public static EditableComponentListener get()
Access method to get the one system wide instance of this listener.

Returns:
No description provided

mouseClicked

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

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