Uses of Interface
jrummikub.model.ITable

Packages that use ITable
jrummikub.control   
jrummikub.model   
 

Uses of ITable in jrummikub.control
 

Methods in jrummikub.control with parameters of type ITable
(package private) static java.util.Set<Stone> RoundControl.tableDifference(ITable oldTable, ITable newTable)
           
 

Constructors in jrummikub.control with parameters of type ITable
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 ITable in jrummikub.model
 

Classes in jrummikub.model that implement ITable
 class Table
          Class administering the Stones on the game-Table
 

Methods in jrummikub.model that return ITable
 ITable GameState.getTable()
           
 ITable IGameState.getTable()
          Get the current Table
 

Methods in jrummikub.model with parameters of type ITable
 void GameState.setTable(ITable table)
           
 void IGameState.setTable(ITable table)
          Sets the current Table