Uses of Interface
com.slinky.hackmaster.model.cell.CellManager
Packages that use CellManager
Package
Description
-
Uses of CellManager in com.slinky.hackmaster.controller
Constructors in com.slinky.hackmaster.controller with parameters of type CellManagerModifierConstructorDescriptionMainController(CellManager cellGrid, MainView display, WordSet wordSet) Constructs a new MainController with the specified cell manager, display, and word set. -
Uses of CellManager in com.slinky.hackmaster.model.cell
Classes in com.slinky.hackmaster.model.cell that implement CellManagerModifier and TypeClassDescriptionclassTheCellGridclass is responsible for managing a grid ofCellobjects, including their creation, clustering, and global operations. -
Uses of CellManager in com.slinky.hackmaster.view
Constructors in com.slinky.hackmaster.view with parameters of type CellManagerModifierConstructorDescriptionMainView(CellManager cellManager) Constructs a newMainViewwith the specifiedCellManager.