Uses of Enum Class
page.codeberg.friedolyn.Friedolyn.ContactRequest
Packages that use Friedolyn.ContactRequest
Package
Description
-
Uses of Friedolyn.ContactRequest in page.codeberg.friedolyn
Methods in page.codeberg.friedolyn that return Friedolyn.ContactRequestModifier and TypeMethodDescriptionstatic Friedolyn.ContactRequest
Returns the enum constant of this class with the specified name.static Friedolyn.ContactRequest[]
Friedolyn.ContactRequest.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn that return types with arguments of type Friedolyn.ContactRequestModifier and TypeMethodDescriptionstatic Optional
<Friedolyn.ContactRequest> Converts a givenlabel
to a value of this enum, if it exists. -
Uses of Friedolyn.ContactRequest in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui with parameters of type Friedolyn.ContactRequestModifier and TypeMethodDescriptionstatic @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 Friedolyn.ContactRequest in page.codeberg.friedolyn.gui.controllers
Fields in page.codeberg.friedolyn.gui.controllers declared as Friedolyn.ContactRequestModifier and TypeFieldDescriptionprivate Friedolyn.ContactRequest
ContactController.contactRequestType
Why the user is contacting the developers.private final Friedolyn.ContactRequest
ContactController.InitialisationParameters.contactRequestType
The field for thecontactRequestType
record component.Methods in page.codeberg.friedolyn.gui.controllers that return Friedolyn.ContactRequestModifier and TypeMethodDescriptionContactController.InitialisationParameters.contactRequestType()
Returns the value of thecontactRequestType
record component.Methods in page.codeberg.friedolyn.gui.controllers with parameters of type Friedolyn.ContactRequestModifier and TypeMethodDescriptionprivate void
MainController.openSupport
(Friedolyn.ContactRequest contactRequestType) void
ContactController.setContactRequestType
(Friedolyn.ContactRequest contactRequestType) Updates theContactController.contactRequestType
and the GUI elements accordingly.Constructors in page.codeberg.friedolyn.gui.controllers with parameters of type Friedolyn.ContactRequestModifierConstructorDescriptionInitialisationParameters
(Configuration configuration, Friedolyn.ContactRequest contactRequestType) Creates an instance of aInitialisationParameters
record class.