Uses of Class
de.palmmedia.yahtzee.game.GameContext

Packages that use GameContext
de.palmmedia.yahtzee   
 

Uses of GameContext in de.palmmedia.yahtzee
 

Fields in de.palmmedia.yahtzee declared as GameContext
private static GameContext Globals.gameContext
          The game context of the current game.
 

Methods in de.palmmedia.yahtzee that return GameContext
static GameContext Globals.getGameContext()
           
private  GameContext Game.getGameContext()
          Get the GameContext.
 

Methods in de.palmmedia.yahtzee with parameters of type GameContext
static void Globals.setGameContext(GameContext gameContext)