|
Class Summary |
| CardImageFactory |
Singleton class for retrieving card images. |
| Deck108 |
A Deck provides access to cards one-at-a-time
using the Iterator interface from java.util. |
| FCGUIPM |
The FreeCell Graphical User Interface Pile Model. |
| GuiCard |
Simple, minimal class that implements the
IGuiCard interface. |
| GuiCardProxy |
The GUI component that represents a card in the compsci 108
Solitaire package. |
| GuiPilePanel |
A panel holding several piles. |
| GuiPileView |
A view for a IGuiPileModel which is a simple interface
for a solitaire pile. |
| SolitaireEvent |
A semantic solitaire event storing both the card
and the pile in which the card is stored for the card
generating the event. |