Interface PrometheusSecurityDialogController
- All Known Implementing Classes:
PrometheusSecurityDefaultDialog
public interface PrometheusSecurityDialogController
Dialogue Controller class.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateTheDialog(String pTitle, boolean pNeedConfirm) Create the dialog.char[]Obtain the password.voidRelease dialog.voidreportBadPassword(String pError) report bad password.booleanShow the dialog under an invokeAndWait clause.voidshowTheSpinner(boolean pShow) Show the spinner.
-
Method Details
-
createTheDialog
Create the dialog.- Parameters:
pTitle- the titlepNeedConfirm- true/false
-
showTheDialog
boolean showTheDialog()Show the dialog under an invokeAndWait clause.- Returns:
- successful dialog usage true/false
-
showTheSpinner
void showTheSpinner(boolean pShow) Show the spinner.- Parameters:
pShow- show spinner true/false
-
releaseDialog
void releaseDialog()Release dialog. -
getPassword
char[] getPassword()Obtain the password.- Returns:
- the password
-
reportBadPassword
report bad password.- Parameters:
pError- the error
-