Uses of Record Class
page.codeberg.friedolyn.gui.controllers.ContactController.ContactResult
Packages that use ContactController.ContactResult
-
Uses of ContactController.ContactResult in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui that return types with arguments of type ContactController.ContactResultModifier 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. -
Uses of ContactController.ContactResult in page.codeberg.friedolyn.gui.controllers
Methods in page.codeberg.friedolyn.gui.controllers that return types with arguments of type ContactController.ContactResultModifier and TypeMethodDescription@NonNull Optional
<ContactController.ContactResult> ContactController.getResult()