org.PingOO.DLAI.slave.UGM
Class CreationPanel.PasswordActionListener

java.lang.Object
  |
  +--org.PingOO.DLAI.slave.UGM.CreationPanel.PasswordActionListener

private class CreationPanel.PasswordActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Action listener for auto-password-generation check boxes.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)

Field Summary
(package private)  javax.swing.JPasswordField confirmation
          The target confirmation field.
(package private)  javax.swing.JPasswordField target
          The targeted password field.
 
Constructor Summary
CreationPanel.PasswordActionListener(javax.swing.JPasswordField target, javax.swing.JPasswordField confirmation)
          Creates a new action listener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Action to execute when the user clicks on a check box.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

target

javax.swing.JPasswordField target
The targeted password field.

confirmation

javax.swing.JPasswordField confirmation
The target confirmation field.
Constructor Detail

CreationPanel.PasswordActionListener

public CreationPanel.PasswordActionListener(javax.swing.JPasswordField target,
                                            javax.swing.JPasswordField confirmation)
Creates a new action listener
Parameters:
target - The targeted password field.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Action to execute when the user clicks on a check box.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - The action event.