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 Controller
Controller. controller
Singleton instance of ControllerMethods in controller that return Controller Modifier and Type Method Description static Controller
Controller. 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 Controller
GUI. controller
Methods in view with parameters of type Controller Modifier and Type Method Description void
GUI. setController(Controller controller)
Set Controller.