Developer Resources
PasswordEntryDialog
Overview
Class that represents a password entry dialog.
Base Class
Constructor
- PasswordEntryDialog()
Inherited Methods
- TextEntryDialog.getCaption
- Gets the caption of the text entry dialog.
- TextEntryDialog.getMessage
- Gets the message to display in the text entry dialog.
- TextEntryDialog.getText
- Gets the text of the text entry dialog.
- TextEntryDialog.setCaption
- Sets the caption for the text entry dialog.
- TextEntryDialog.setMessage
- Sets the message to display in the text entry dialog.
- TextEntryDialog.setText
- Sets the text of the text entry dialog.
- TextEntryDialog.showDialog
- Shows the text entry dialog.