Package solitaire

Interface Summary
GuiConstants  
IGuiCard This interface must be implemented by cards that will be used in the 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.
GuiCard Simple, minimal class that implements the IGuiCard interface.
GuiCardProxy The GUI component that represents a card in the 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.