Uses of Class
minesweeper.MineFieldCell

Uses of MineFieldCell in minesweeper
 

Fields in minesweeper declared as MineFieldCell
private  MineFieldCell[][] MineField.mfcCells
          The array of mine field cells.
 

Methods in minesweeper that return MineFieldCell
 MineFieldCell MineField.getCell(int iRow, int iColumn)
          Returns the cell of specified position
 

Methods in minesweeper with parameters of type MineFieldCell
 void MineFieldCell.registerAsSurrounder(MineFieldCell mfcSurrounder)
          Registers the specified mine field cell as a surrounder of this one.