This class represents a dialog that requests a one-line password string from the user. It is implemented as a generic Widgets dialog.
PasswordEntryDialog.new(Window parent, String message,
String caption = "Enter password",
String defaultValue = "",
Integer style = OK CANCEL CENTRE,
Point pos = DEFAULT_POSITION)
Constructor. Use TextEntryDialog#show_modal to show the dialog.
TE_PASSWORD style, it is always applied.[This page automatically generated from the Textile source at Thu May 01 00:50:42 +0100 2008]