de.uni_paderborn.fujaba.gui
Class PEParameters.SourceMouseListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.PEParameters.SourceMouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
PEParameters

private class PEParameters.SourceMouseListener
extends java.lang.Object
implements java.awt.event.MouseListener

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.69 $
Author:
$Author: lowende $

Field Summary
(package private)  PEListbox liste
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
(package private) PEParameters.SourceMouseListener(PEListbox list)
          Constructor for class SourceMouseListener
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void mouseEntered(java.awt.event.MouseEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void mouseExited(java.awt.event.MouseEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void mousePressed(java.awt.event.MouseEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void mouseReleased(java.awt.event.MouseEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

liste

PEListbox liste
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

PEParameters.SourceMouseListener

PEParameters.SourceMouseListener(PEListbox list)
Constructor for class SourceMouseListener

Parameters:
list - No description provided
Method Detail

mouseClicked

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

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

mouseEntered

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

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

mouseExited

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

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

mousePressed

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

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

mouseReleased

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

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