Uses of Class
com.blackledge.david.game.solitaire.FreeCellGame

Packages that use FreeCellGame
com.blackledge.david.game.solitaire "Headless" Solitaire game. 
 

Uses of FreeCellGame in com.blackledge.david.game.solitaire
 

Methods in com.blackledge.david.game.solitaire with parameters of type FreeCellGame
 void FreeCellMemento.restore(FreeCellGame game)
          set the state of the game to match this Memento.
 

Constructors in com.blackledge.david.game.solitaire with parameters of type FreeCellGame
FreeCellMemento(FreeCellGame game)
          Store the state of the supplied game for later restoration.