Uses of Class
fr.iut.tetris.controllers.CoopController
-
Packages that use CoopController Package Description fr.iut.tetris fr.iut.tetris.models fr.iut.tetris.vues -
-
Uses of CoopController in fr.iut.tetris
Fields in fr.iut.tetris declared as CoopController Modifier and Type Field Description (package private) CoopControllerMainController. coopController -
Uses of CoopController in fr.iut.tetris.models
Fields in fr.iut.tetris.models declared as CoopController Modifier and Type Field Description (package private) CoopControllerCoopModel. ctrlMethods in fr.iut.tetris.models with parameters of type CoopController Modifier and Type Method Description voidCoopModel. setCtrl(CoopController ctrl)Sets the current controller -
Uses of CoopController in fr.iut.tetris.vues
Fields in fr.iut.tetris.vues declared as CoopController Modifier and Type Field Description (package private) CoopControllerCoopVue. ctrlConstructors in fr.iut.tetris.vues with parameters of type CoopController Constructor Description CoopVue(CoopModel model, CoopController ctrl)
-