public interface DialogUIHandler
| Modifier and Type | Method and Description |
|---|---|
int |
showConfirmDialog(java.lang.String message)
Show the dialog requesting user confirmation.
|
char[] |
showPasswordDialog(int retries)
Show the dialog requesting the password.
|
int showConfirmDialog(java.lang.String message)
message - message to show.0 if user accepts or 1 if not.char[] showPasswordDialog(int retries)
retries - number of retries left.