All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.preferences.PanelListener

java.lang.Object
   |
   +----semper.preferences.PanelListener

public class PanelListener
extends Object
implements MouseListener, Serializable
This catch events occuring on the PrefPanel of some PrefField. This is used to show the description associated with a PrefField when the user double-cliked on the panel containing the apppearance associated with the owning field. Each preferences field should put its graphical component in a PrefPanel in order for the description feature to work correctly.

Version:
$Revision: 1.4 $ $Date: 1997/09/26 16:29:25 $
Author:
Louis Salvail

Constructor Index

 o PanelListener(PrefPanel)
Constructor.

Method Index

 o mouseClicked(MouseEvent)
The following methods are required by MouseListener implementation.
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)

Constructors

 o PanelListener
 public PanelListener(PrefPanel owner)
Constructor.

Parameters:
f - is the owner of that panel.
Returns:
the new object.

Methods

 o mouseClicked
 public void mouseClicked(MouseEvent e)
The following methods are required by MouseListener implementation.

 o mousePressed
 public void mousePressed(MouseEvent e)
 o mouseReleased
 public void mouseReleased(MouseEvent e)
 o mouseEntered
 public void mouseEntered(MouseEvent e)
 o mouseExited
 public void mouseExited(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index