Uses of Class
ch.ladestation.connectncharge.controller.ApplicationController
Packages that use ApplicationController
Package
Description
contains all JavaFX GUI controllers.
contains all controllers for Admin GUI.
contains all GUI-controllers at the beginning of the game.
contains all GUI-controllers at the end of the game.
contains all GUI-controllers during the game.
contains classes representing player attributes.
contains necessary classes to interact with the hardware.
-
Uses of ApplicationController in ch.ladestation.connectncharge.controller.pagecontroller
Methods in ch.ladestation.connectncharge.controller.pagecontroller with parameters of type ApplicationControllerModifier and TypeMethodDescriptionvoidPageController.setController(ApplicationController controller) static voidStageHandler.setController(ApplicationController controllerParam) -
Uses of ApplicationController in ch.ladestation.connectncharge.controller.pagecontroller.admin
Methods in ch.ladestation.connectncharge.controller.pagecontroller.admin with parameters of type ApplicationControllerModifier and TypeMethodDescriptionvoidAdminController.setController(ApplicationController controller) voidAdminHomeController.setController(ApplicationController controller) voidAdminNormalLeaderboard.setController(ApplicationController controller) -
Uses of ApplicationController in ch.ladestation.connectncharge.controller.pagecontroller.beginning
Methods in ch.ladestation.connectncharge.controller.pagecontroller.beginning with parameters of type ApplicationControllerModifier and TypeMethodDescriptionvoidEdgeClickScreenController.setController(ApplicationController controller) voidHelpPageController.setController(ApplicationController controller) voidHomePageController.setController(ApplicationController controller) voidLoadingScreenController.setController(ApplicationController controller) -
Uses of ApplicationController in ch.ladestation.connectncharge.controller.pagecontroller.end
Methods in ch.ladestation.connectncharge.controller.pagecontroller.end with parameters of type ApplicationControllerModifier and TypeMethodDescriptionvoidCreditsController.setController(ApplicationController controller) voidEndScreenController.setController(ApplicationController controller) voidHighscoreScreenController.setController(ApplicationController controller) voidNameInputController.setController(ApplicationController controller) -
Uses of ApplicationController in ch.ladestation.connectncharge.controller.pagecontroller.middle
Methods in ch.ladestation.connectncharge.controller.pagecontroller.middle with parameters of type ApplicationControllerModifier and TypeMethodDescriptionvoidCountDownController.setController(ApplicationController controller) voidGamePageController.setController(ApplicationController controller) voidGamePageController.setupUiToActionBindings(ApplicationController controller) -
Uses of ApplicationController in ch.ladestation.connectncharge.model.game.gameinfo
Methods in ch.ladestation.connectncharge.model.game.gameinfo with parameters of type ApplicationControllerModifier and TypeMethodDescriptionstatic voidMyTimer.setController(ApplicationController controller) -
Uses of ApplicationController in ch.ladestation.connectncharge.pui
Methods in ch.ladestation.connectncharge.pui with parameters of type ApplicationControllerModifier and TypeMethodDescriptionvoidGamePUI.setupUiToActionBindings(ApplicationController controller) Constructors in ch.ladestation.connectncharge.pui with parameters of type ApplicationControllerModifierConstructorDescriptionGamePUI(ApplicationController controller, com.pi4j.context.Context pi4J, LEDAnimator animator)