| Modifier and Type | Field and Description |
|---|---|
private static Boggle |
Boggle.INSTANCE
The singleton instance.
|
private Boggle |
BoggleController.model |
| Modifier and Type | Method and Description |
|---|---|
static Boggle |
Boggle.getInstance()
Returns the single
Boggle instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
BoggleController.setModel(Boggle model)
Sets the controller to use the given model.
|