Class PasswordListener

java.lang.Object
  extended by PasswordListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public final class PasswordListener
extends java.lang.Object
implements java.awt.event.ActionListener

Handle action events generated by the Password window.


Field Summary
private static int ADD_DECK_OWN_PASSWORD
           
private static int ADD_DECK_PASSWORD_PROPERTIES
           
private static int ADD_WEBSITE_PAGE
           
private static int EDIT_PASSWORD_PAGE
           
private static int EDIT_WEBSITE_PAGE
           
private static int LOGIN_BLANK_PAGE
           
private static int LOGIN_NEW_USER_PAGE
           
private static int LOGIN_PAGE
           
private static int LOGIN_TO_WEBSITE_PAGE
           
private static int MAIN_PAGE
           
private static int MSTR_BLANK_PAGE
           
private static int MSTR_EDIT_PSWD_PAGE
           
private static int PSWD_DECK_OWN_PASSWORD
           
private static int PSWD_DECK_PASSWORD_PROPERTIES
           
private static int TOOLS_PAGE
           
private  Password win
           
 
Constructor Summary
PasswordListener(Password _win)
          Default Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Accept action events generated by the Password window.
private  void onAddAlfaNum(java.awt.event.ActionEvent e)
           
private  void onAddAlfaNumSpch(java.awt.event.ActionEvent e)
           
private  void onAddAlfaOnly(java.awt.event.ActionEvent e)
           
private  void onAddCancelButton(java.awt.event.ActionEvent e)
           
private  void onAddOkButton(java.awt.event.ActionEvent e)
           
private  void onAddPswdLength1(java.awt.event.ActionEvent e)
           
private  void onAddPswdLength2(java.awt.event.ActionEvent e)
           
private  void onAddShowCheckbox(java.awt.event.ActionEvent e)
           
private  void onAddWebsite(java.awt.event.ActionEvent e)
           
private  void onCloseButton(java.awt.event.ActionEvent e)
           
private  void onEditPswdButton(java.awt.event.ActionEvent e)
           
private  void onEditWebButton(java.awt.event.ActionEvent e)
           
private  void onEditWebsiteCancelButton(java.awt.event.ActionEvent e)
           
private  void onEditWebsiteDeleteButton(java.awt.event.ActionEvent e)
           
private  void onEditWebsiteUpdateButton(java.awt.event.ActionEvent e)
           
private  void onLinkWebButton(java.awt.event.ActionEvent e)
           
private  void onLoginAddUser(java.awt.event.ActionEvent e)
           
private  void onLoginCancelButton(java.awt.event.ActionEvent e)
           
private  void onLoginKeyboard(java.awt.event.ActionEvent e)
           
private  void onLoginLoginButton(java.awt.event.ActionEvent e)
           
private  void onPswdAlfaNum(java.awt.event.ActionEvent e)
           
private  void onPswdAlfaNumSpch(java.awt.event.ActionEvent e)
           
private  void onPswdAlfaOnly(java.awt.event.ActionEvent e)
           
private  void onPswdCancelButton(java.awt.event.ActionEvent e)
           
private  void onPswdModifyButton(java.awt.event.ActionEvent e)
           
private  void onPswdNewPswdButton(java.awt.event.ActionEvent e)
           
private  void onPswdShowCheckbox(java.awt.event.ActionEvent e)
           
private  void onPswdTypePswdButton(java.awt.event.ActionEvent e)
           
private  void onPswdUpdateButton(java.awt.event.ActionEvent e)
           
private  void onSecureGenButton(java.awt.event.ActionEvent e)
           
private  void onToolsButton(java.awt.event.ActionEvent e)
           
private  void onToolsDoneButton(java.awt.event.ActionEvent e)
           
private  void onToolsExportButton(java.awt.event.ActionEvent e)
           
private  void onToolsImportButton(java.awt.event.ActionEvent e)
           
private  void onToolsPswdButton(java.awt.event.ActionEvent e)
           
private  void onToolsShowPswdsButton(java.awt.event.ActionEvent e)
           
private  void onUserGenButton(java.awt.event.ActionEvent e)
           
private  void onUserName(java.awt.event.ActionEvent e)
           
private  void onWebDoneButton(java.awt.event.ActionEvent e)
           
private  void onWebLinkButton(java.awt.event.ActionEvent e)
           
private  void onWebPswdButton(java.awt.event.ActionEvent e)
           
private  void onWebsiteList(java.awt.event.ActionEvent e)
           
private  void onWebUseridButton(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGIN_BLANK_PAGE

private static final int LOGIN_BLANK_PAGE
See Also:
Constant Field Values

LOGIN_NEW_USER_PAGE

private static final int LOGIN_NEW_USER_PAGE
See Also:
Constant Field Values

LOGIN_PAGE

private static final int LOGIN_PAGE
See Also:
Constant Field Values

MAIN_PAGE

private static final int MAIN_PAGE
See Also:
Constant Field Values

ADD_DECK_PASSWORD_PROPERTIES

private static final int ADD_DECK_PASSWORD_PROPERTIES
See Also:
Constant Field Values

ADD_DECK_OWN_PASSWORD

private static final int ADD_DECK_OWN_PASSWORD
See Also:
Constant Field Values

ADD_WEBSITE_PAGE

private static final int ADD_WEBSITE_PAGE
See Also:
Constant Field Values

EDIT_WEBSITE_PAGE

private static final int EDIT_WEBSITE_PAGE
See Also:
Constant Field Values

PSWD_DECK_PASSWORD_PROPERTIES

private static final int PSWD_DECK_PASSWORD_PROPERTIES
See Also:
Constant Field Values

PSWD_DECK_OWN_PASSWORD

private static final int PSWD_DECK_OWN_PASSWORD
See Also:
Constant Field Values

EDIT_PASSWORD_PAGE

private static final int EDIT_PASSWORD_PAGE
See Also:
Constant Field Values

LOGIN_TO_WEBSITE_PAGE

private static final int LOGIN_TO_WEBSITE_PAGE
See Also:
Constant Field Values

MSTR_BLANK_PAGE

private static final int MSTR_BLANK_PAGE
See Also:
Constant Field Values

MSTR_EDIT_PSWD_PAGE

private static final int MSTR_EDIT_PSWD_PAGE
See Also:
Constant Field Values

TOOLS_PAGE

private static final int TOOLS_PAGE
See Also:
Constant Field Values

win

private Password win
Constructor Detail

PasswordListener

public PasswordListener(Password _win)
Default Constructor

Method Detail

onUserName

private void onUserName(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onLoginAddUser

private void onLoginAddUser(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onLoginKeyboard

private void onLoginKeyboard(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onLoginLoginButton

private void onLoginLoginButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onLoginCancelButton

private void onLoginCancelButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddWebsite

private void onAddWebsite(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onToolsButton

private void onToolsButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onCloseButton

private void onCloseButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onWebsiteList

private void onWebsiteList(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onEditWebButton

private void onEditWebButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onEditPswdButton

private void onEditPswdButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onLinkWebButton

private void onLinkWebButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onSecureGenButton

private void onSecureGenButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onUserGenButton

private void onUserGenButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddAlfaOnly

private void onAddAlfaOnly(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddAlfaNum

private void onAddAlfaNum(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddAlfaNumSpch

private void onAddAlfaNumSpch(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddPswdLength1

private void onAddPswdLength1(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddShowCheckbox

private void onAddShowCheckbox(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddOkButton

private void onAddOkButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddCancelButton

private void onAddCancelButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onEditWebsiteDeleteButton

private void onEditWebsiteDeleteButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onEditWebsiteUpdateButton

private void onEditWebsiteUpdateButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onEditWebsiteCancelButton

private void onEditWebsiteCancelButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdModifyButton

private void onPswdModifyButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdNewPswdButton

private void onPswdNewPswdButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdTypePswdButton

private void onPswdTypePswdButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdAlfaOnly

private void onPswdAlfaOnly(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdAlfaNum

private void onPswdAlfaNum(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdAlfaNumSpch

private void onPswdAlfaNumSpch(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onAddPswdLength2

private void onAddPswdLength2(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdShowCheckbox

private void onPswdShowCheckbox(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdUpdateButton

private void onPswdUpdateButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onPswdCancelButton

private void onPswdCancelButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onWebLinkButton

private void onWebLinkButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onWebUseridButton

private void onWebUseridButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onWebPswdButton

private void onWebPswdButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onWebDoneButton

private void onWebDoneButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onToolsShowPswdsButton

private void onToolsShowPswdsButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onToolsExportButton

private void onToolsExportButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onToolsImportButton

private void onToolsImportButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onToolsPswdButton

private void onToolsPswdButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onToolsDoneButton

private void onToolsDoneButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

actionPerformed

public final void actionPerformed(java.awt.event.ActionEvent e)
Accept action events generated by the Password window.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - is the action event object representing the event.