Uses of Class
controller.Controller
| Package | Description |
|---|---|
| controller | |
| view |
-
Uses of Controller in controller
Fields in controller declared as Controller Modifier and Type Field Description private static ControllerController. controllerSingleton instance of ControllerMethods in controller that return Controller Modifier and Type Method Description static ControllerController. getInstance()Singleton getter for Controller, instantiates itself if and only if not already existent. -
Uses of Controller in view
Fields in view declared as Controller Modifier and Type Field Description private ControllerGUI. controllerMethods in view with parameters of type Controller Modifier and Type Method Description voidGUI. setController(Controller controller)Set Controller.