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) CoopModelMainController. 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) CoopModelCoopController. modelConstructors 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) CoopModelCoopVue. model(package private) CoopModelGamePanelCoop. modelMethods in fr.iut.tetris.vues with parameters of type CoopModel Modifier and Type Method Description voidCoopVue. 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)
-