Uses of Package
ks.common.model

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

Classes in ks.common.model used by ks.common.games
Element
          Root of hierarchy of all Model objects.
Move
          Represents a move within a solitaire game.
MutableInteger
          An Integer-like object that can be set and accessed.
 

Classes in ks.common.model used by ks.common.model
Card
          Representation of a Card in the model.
Deck
          Models a deck of cards as a Stack.
Element
          Root of hierarchy of all Model objects.
ElementListener
          Each Model has a View that is dependent upon that model.
Stack
          Models a stack of cards.
 

Classes in ks.common.model used by ks.common.view
Card
          Representation of a Card in the model.
Column
          Representation of a stack of cards that will appear either vertically or horizontally placed on the screen, slightly overlapping each other.
Deck
          Models a deck of cards as a Stack.
Element
          Root of hierarchy of all Model objects.
ElementListener
          Each Model has a View that is dependent upon that model.
MutableInteger
          An Integer-like object that can be set and accessed.
MutableString
          A String-like object that can be set and accessed.