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
-
PanelListener(PrefPanel)
-
Constructor.
-
mouseClicked(MouseEvent)
-
The following methods are required by MouseListener implementation.
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
PanelListener
public PanelListener(PrefPanel owner)
- Constructor.
- Parameters:
- f - is the owner of that panel.
- Returns:
- the new object.
mouseClicked
public void mouseClicked(MouseEvent e)
- The following methods are required by MouseListener implementation.
mousePressed
public void mousePressed(MouseEvent e)
mouseReleased
public void mouseReleased(MouseEvent e)
mouseEntered
public void mouseEntered(MouseEvent e)
mouseExited
public void mouseExited(MouseEvent e)
All Packages Class Hierarchy This Package Previous Next Index