Uses of Interface
client.guiApp.GuiApp
-
Packages that use GuiApp Package Description client.controller client.guiApp.impl client.network -
-
Uses of GuiApp in client.controller
Constructors in client.controller with parameters of type GuiApp Constructor Description AuthController(GuiApp guiApp, AuthManager authManager, Supplier<String> loginSupplier, Supplier<String> passSupplier) -
Uses of GuiApp in client.guiApp.impl
Classes in client.guiApp.impl that implement GuiApp Modifier and Type Class Description classGuiAppJavaFXclassGuiAppSwing -
Uses of GuiApp in client.network
Constructors in client.network with parameters of type GuiApp Constructor Description NetworkWorker(NetworkService networkService, GuiApp guiApp, com.fasterxml.jackson.databind.ObjectMapper mapper)
-