Uses of Class
ch.ladestation.connectncharge.util.mvcbase.ControllerBase
Packages that use ControllerBase
Package
Description
contains the main controller of the app (ApplicationController) and many less important ones in sub-packages.
contains all GUI-controllers at the beginning of the game.
infrastructure classes from the MVC template (https://github.com/Pi4J/pi4j-template-javafx).
-
Uses of ControllerBase in ch.ladestation.connectncharge.controller
Subclasses of ControllerBase in ch.ladestation.connectncharge.controllerModifier and TypeClassDescriptionclass
This Class is the controller of the element with the components. -
Uses of ControllerBase in ch.ladestation.connectncharge.controller.pagecontroller.beginning
Methods in ch.ladestation.connectncharge.controller.pagecontroller.beginning with parameters of type ControllerBaseModifier and TypeMethodDescriptionvoid
HomePageController.setupUiToActionBindings
(ControllerBase<Game> controller) -
Uses of ControllerBase in ch.ladestation.connectncharge.util.mvcbase
Classes in ch.ladestation.connectncharge.util.mvcbase with type parameters of type ControllerBaseModifier and TypeClassDescriptionclass
PuiBase<M,
C extends ControllerBase<M>> Base class for all PUIs.interface
ViewMixin<M,
C extends ControllerBase<M>> Use this interface for all of your GUI-parts to assure implementation consistency.