|
Class Summary |
| Board |
Represents the abstract Boggle board and its current state. |
| BoggleAgent |
I know I promised that there would be detailed specs for the
BoggleAgent methods here, but you have to go one step further
to find them. |
| BoggleClientAgent |
A BoggleClientAgent is the working part of the of the
GuiBoggleClientAgent. |
| BoggleServerAgent |
A BoggleServerAgent is the working part of the of the
GuiBoggleServerAgent. |
| Coordinate |
Represents an abstract position, as in on a playing board. |
| GuiBoggleAgent |
This agent is responsible for handling most interactions with the
GuiManagerDaemon that is reposnsible for drawing it on the screen. |
| GuiBoggleClientAgent |
Just a GUI wrapper for a BoggleClient. |
| GuiBoggleClientMaker |
This is the standard GuiMaker that draws an instance of a
BoggleClient. |
| GuiBoggleServerAgent |
Just a GUI wrapper for a BoggleServer. |
| GuiBoggleServerMaker |
This is the standard GuiMaker that draws an instance of a
BoggleServer. |