|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoardCell | |
|---|---|
| model | |
| Uses of BoardCell in model |
|---|
| Methods in model that return BoardCell | |
|---|---|
BoardCell |
GameModel.getBoardCell(int rowIndex,
int colIndex)
|
static BoardCell |
BoardCell.getNonEmptyRandomBoardCell(java.util.Random random)
Generates a random BoardCell using the specified Random object. |
static BoardCell |
BoardCell.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BoardCell[] |
BoardCell.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in model with parameters of type BoardCell | |
|---|---|
void |
GameModel.setBoardCell(int rowIndex,
int colIndex,
BoardCell boardCell)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||