Uses of Class
ks.common.model.MutableInteger

Packages that use MutableInteger
ks.common.games Core set of classes that define the structure of Solitaire Plugins and the way they are played. 
ks.common.view Core set of classes needed to properly view KombatSolitaire Plugins. 
 

Uses of MutableInteger in ks.common.games
 

Methods in ks.common.games that return MutableInteger
 MutableInteger Solitaire.getNumLeft()
          Return the Element representing the number of cards left.
 MutableInteger Solitaire.getScore()
          Return the model Element representing the score for a solitaire game.
 

Uses of MutableInteger in ks.common.view
 

Constructors in ks.common.view with parameters of type MutableInteger
IntegerView(MutableInteger value)
          Construct view of this Integer model.