|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.shared.PasswordDialog
public final class PasswordDialog
A Dialog that prompts the user for a password.
Method Summary | |
---|---|
static java.lang.String |
displayDialog(java.awt.Component component,
java.lang.String passwordFieldDescription,
java.lang.String intructions)
Display a dialog prompting the user for a password. |
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 displayDialog(java.awt.Component component, java.lang.String passwordFieldDescription, java.lang.String intructions)
component
- the component on which to display the dialogpasswordFieldDescription
- a short description of the password the user is entering. Example: "password",
"abc application password", "secret key" *intructions
- the instructions displayed to the user. Example: "Enter the password for the abc
application feature".
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |