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 TypeClassDescriptionclass
class
private class
class
ATask
that can be executed in a differentThread
to log in to Friedolin using the student's credentials specified in theConfiguration
previously set viaFriedolinClient.setConfiguration(Configuration)
(or the constructor).static class
static class
static class
ATask
that can be executed in a differentThread
to log in to Friedolin using the student's credentials specified in theConfiguration
previously set viaFriedolinClient.setConfiguration(Configuration)
(or the constructor).class
class
class
-
Uses of Task in page.codeberg.friedolyn.crypto
Subclasses of Task in page.codeberg.friedolyn.cryptoModifier and TypeClassDescriptionprivate class
ATask
that 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 class
Displays thecontact reply method dialog
to the user.private class
Sends the user's request to the developersvia e-mail
.