fable.gui.dialog
Class VerificationDialog

java.lang.Object
  extended by Dialog
      extended by fable.gui.dialog.VerificationDialog

public class VerificationDialog
extends Dialog

This class allows the user to verify his master password

Author:
Christopher Moh

Method Summary
static boolean passwordVerification(Shell parent, FableCensor censor)
          Opens a verification dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

passwordVerification

public static boolean passwordVerification(Shell parent,
                                           FableCensor censor)
Opens a verification dialog

Parameters:
parent -
censor -
Returns:
true if the password was verified, false otherwise