|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialog
fable.gui.dialog.PasswordDialog
public class PasswordDialog
The password dialog allows a user to enter his password
Method Summary | |
---|---|
static java.lang.String |
createNewPassword(Shell parent)
Creates a dialog box that returns a new password This dialog box does NOT ask for an existing password. |
static java.lang.String |
replacePassword(Shell parent,
FableCensor censor)
Creates a dialog box to enter a password, but the old password (in a FableCensor) has to be confirmed first! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String createNewPassword(Shell parent)
parent
- Parent Shell
public static java.lang.String replacePassword(Shell parent, FableCensor censor)
parent
- Parent shellcensor
- Existing censor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |