Uses of Class
fr.iut.tetris.models.CoopModel
-
Packages that use CoopModel Package Description fr.iut.tetris fr.iut.tetris.controllers fr.iut.tetris.vues -
-
Uses of CoopModel in fr.iut.tetris
Fields in fr.iut.tetris declared as CoopModel Modifier and Type Field Description (package private) CoopModel
MainController. coopModel
-
Uses of CoopModel in fr.iut.tetris.controllers
Fields in fr.iut.tetris.controllers declared as CoopModel Modifier and Type Field Description (package private) CoopModel
CoopController. model
Constructors in fr.iut.tetris.controllers with parameters of type CoopModel Constructor Description CoopController(MainController mainCtrl, CoopModel model, AudioController audio)
-
Uses of CoopModel in fr.iut.tetris.vues
Fields in fr.iut.tetris.vues declared as CoopModel Modifier and Type Field Description (package private) CoopModel
CoopVue. model
(package private) CoopModel
GamePanelCoop. model
Methods in fr.iut.tetris.vues with parameters of type CoopModel Modifier and Type Method Description void
CoopVue. setModel(CoopModel model)
Constructors in fr.iut.tetris.vues with parameters of type CoopModel Constructor Description CoopVue(CoopModel model, CoopController ctrl)
GamePanelCoop(CoopModel model, java.awt.Dimension dimension)
-