Uses of Record Class
page.codeberg.friedolyn.gui.GUI.DialogResult
Packages that use GUI.DialogResult
-
Uses of GUI.DialogResult in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui that return GUI.DialogResultModifier and TypeMethodDescriptionstatic @NonNull GUI.DialogResult
<@NonNull ContactController.ContactResult> GUI.openContactDialog
(@NonNull Configuration configuration) Opens theGUI.Window.CONTACT
window to let the user send a message to the developers of the application.static @NonNull GUI.DialogResult
<@NonNull ContactController.ContactResult> GUI.openContactDialog
(@NonNull Configuration configuration, Friedolyn.ContactRequest contactRequest) Opens theGUI.Window.CONTACT
window to let the user send a message to the developers of the application.static @NonNull GUI.DialogResult
<@NonNull ContactMethods> GUI.openContactReplyDialogWindow
(@NonNull Configuration configuration) Opens theGUI.Window.CONTACT_REPLY_METHOD_DIALOG
window to let the user choose how the developers should reply to their contact request.private static @NonNull GUI.DialogResult
<@NonNull Object> GUI.openDialogWindow
(@NonNull GUI.Window window, @NonNull Object parameters) Opens a dialog window and passes some parameters to its controller class.static @NonNull GUI.DialogResult
<@NonNull EMailNotifier> GUI.openSetupEmailDialogWindow
(@NonNull Configuration configuration) static @NonNull GUI.DialogResult
<@NonNull NtfyNotifier> GUI.openSetupNtfyDialogWindow
(@NonNull Configuration configuration) Opens a dialog window that asks the user to configure aNtfyNotifier
for push notifications.static @NonNull GUI.DialogResult
<@NonNull UnifiedPushNotifier> GUI.openSetupUnifiedPushDialogWindow
(@NonNull Configuration configuration) Opens a dialog window that asks the user to configure aUnifiedPushNotifier
for push notifications.static GUI.DialogResult
<Friedolyn> GUI.openSetupWindow
(@NonNull Friedolyn friedolyn) Opens theGUI.Window.SETUP
window to let the user set their preferences for the application.