Class UserDataDialogController
java.lang.Object
eirb.pub.app.display.javafx.view.vault.viewer.BaseCopyDialogController
eirb.pub.app.display.javafx.view.vault.viewer.UserDataDialogController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetController(AppController controller) showDialog(UserData userData, CustomPasswordData customizer) Opens the User Data Dialog and returns the updated user data when the dialog is confirmed.Methods inherited from class eirb.pub.app.display.javafx.view.vault.viewer.BaseCopyDialogController
copyToClipboard
-
Constructor Details
-
UserDataDialogController
public UserDataDialogController()
-
-
Method Details
-
setController
-
showDialog
Opens the User Data Dialog and returns the updated user data when the dialog is confirmed.- Parameters:
userData- The existing user data to be displayed and possibly edited.customizer- The custom password configuration used for generating passwords.- Returns:
- An Optional containing the updated user data if the dialog is confirmed, otherwise empty.
-