Uses of Class
page.codeberg.friedolyn.util.Task
Packages that use Task
Package
Description
-
Uses of Task in page.codeberg.friedolyn.client
Subclasses of Task in page.codeberg.friedolyn.clientModifier and TypeClassDescriptionclassclassprivate classclassATaskthat can be executed in a differentThreadto log in to Friedolin using the student's credentials specified in theConfigurationpreviously set viaFriedolinClient.setConfiguration(Configuration)(or the constructor).static classstatic classstatic classATaskthat can be executed in a differentThreadto log in to Friedolin using the student's credentials specified in theConfigurationpreviously set viaFriedolinClient.setConfiguration(Configuration)(or the constructor).classclassclass -
Uses of Task in page.codeberg.friedolyn.crypto
Subclasses of Task in page.codeberg.friedolyn.cryptoModifier and TypeClassDescriptionprivate classATaskthat doesKeePassXC.connect(),KeePassXC.associate(), andKeePassXC.getFriedolinLogins()all in one go.Methods in page.codeberg.friedolyn.crypto that return TaskModifier and TypeMethodDescription@NonNull Task<KeePassXC.KeePassEntry> KeePassXC.getAssociateAndLoginTask() -
Uses of Task in page.codeberg.friedolyn.gui.controllers
Subclasses of Task in page.codeberg.friedolyn.gui.controllersModifier and TypeClassDescriptionprivate classDisplays thecontact reply method dialogto the user.private classSends the user's request to the developersvia e-mail.