Class semper.preferences.PrefPasswordButton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.preferences.PrefPasswordButton

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Button
                   |
                   +----semper.preferences.PrefPasswordButton

public class PrefPasswordButton
extends Button
This class is reponsible to manage what happens when the change-password button is pressed in preferences. The knowledge of the actual value for the password is tested and if ok then a new value is asked.

Constructor Index

 o PrefPasswordButton(String, PrefFieldPassWord)

Method Index

 o action(Event, Object)

Constructors

 o PrefPasswordButton
  protected PrefPasswordButton(String label,
                               PrefFieldPassWord field)

Methods

 o action
  public boolean action(Event ev,
                        Object what)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index