Uses of Class
fr.iut.tetris.controllers.SoloController
- 
Packages that use SoloController Package Description fr.iut.tetris fr.iut.tetris.models fr.iut.tetris.vues 
- 
- 
Uses of SoloController in fr.iut.tetrisFields in fr.iut.tetris declared as SoloController Modifier and Type Field Description (package private) SoloControllerMainController. soloCtrl
- 
Uses of SoloController in fr.iut.tetris.modelsFields in fr.iut.tetris.models declared as SoloController Modifier and Type Field Description (package private) SoloControllerSoloModel. ctrlMethods in fr.iut.tetris.models with parameters of type SoloController Modifier and Type Method Description voidSoloModel. setCtrl(SoloController ctrl)Sets the current controller
- 
Uses of SoloController in fr.iut.tetris.vuesFields in fr.iut.tetris.vues declared as SoloController Modifier and Type Field Description (package private) SoloControllerSoloVue. ctrlConstructors in fr.iut.tetris.vues with parameters of type SoloController Constructor Description SoloVue(SoloModel model, SoloController ctrl)
 
-