Uses of Interface
jrummikub.model.IHand

Packages that use IHand
jrummikub.control   
jrummikub.model   
 

Uses of IHand in jrummikub.control
 

Constructors in jrummikub.control with parameters of type IHand
TurnControl(IHand hand, ITable table, IView view)
          Create a new TurnControl using a given hand (of the active player), a given table and a given view for user interaction.
TurnControl(IHand hand, ITable table, IView view, ITurnTimer testTimer)
          Test only constructor
 

Uses of IHand in jrummikub.model
 

Classes in jrummikub.model that implement IHand
 class Hand
          Class managing a Player's Stones
 

Methods in jrummikub.model that return IHand
 IHand Player.getHand()
           
 IHand IPlayer.getHand()
          Get the current hand of the player