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.
-
PrefPasswordButton(String, PrefFieldPassWord)
-
-
action(Event, Object)
-
PrefPasswordButton
protected PrefPasswordButton(String label,
PrefFieldPassWord field)
action
public boolean action(Event ev,
Object what)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index