Package compsci108

Interface Summary
GuiConstants  
IGuiCard This interface must be implemented by cards that will be used in the compsci108 Solitaire package.
IGuiPileModel Simple interface for real views to implement.
ISolitaireListener Process a semantic solitaire event.
 

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.