talx x1.0.5

Uses of Class
talx.games.Game

Packages that use Game
talx.events Provides system notification classes for use in other packages. 
talx.games Provides general framework for games. 
talx.games.helpdesk   
talx.games.survey   
talx.games.tech Provides technical assistance through the game SPI. 
talx.model Provides state information for the entire application, and access to the transport system. 
 

Uses of Game in talx.events
 

Fields in talx.events declared as Game
protected  Game GameChangeProposedEvent.myGame
           
 

Methods in talx.events that return Game
 Game GameChangeProposedEvent.getGame()
           
 

Constructors in talx.events with parameters of type Game
GameChangeProposedEvent(java.lang.Object source, Game g, GameState s)
           
 

Uses of Game in talx.games
 

Methods in talx.games that return Game
 Game GameService.newInstance(Player p)
          Returns a new game instance.
 Game GameControl.getGame()
          Returns the game for which this is a control.
 

Methods in talx.games with parameters of type Game
 java.lang.String GameHandler.handleStartGame(Game g)
          Handles a start game action.
 GameState GameHandler.initialize(Game g, Player p)
          Produces a GameState object that is suitable for beginning play.
 boolean Game.equals(Game other)
          This method compares two Games and returns true if their String representations are equal.
 

Uses of Game in talx.games.helpdesk
 

Subclasses of Game in talx.games.helpdesk
 class HelpDeskGame
          Provides factory for HelpDeskViews and HelpDeskHandlers.
 

Methods in talx.games.helpdesk that return Game
 Game HelpDeskView.HDButton.getGame()
           
 Game HelpDesk.newInstance(Player p)
           
 

Methods in talx.games.helpdesk with parameters of type Game
 java.lang.String HelpDeskHandler.handleStartGame(Game g)
           
 GameState HelpDeskHandler.initialize(Game g, Player p)
           
 

Uses of Game in talx.games.survey
 

Subclasses of Game in talx.games.survey
 class SurveyGame
          Provides factory for HelpDeskViews and HelpDeskHandlers.
 

Methods in talx.games.survey that return Game
 Game SurveyView.SurveyButton.getGame()
           
 Game Survey.newInstance(Player p)
           
 

Methods in talx.games.survey with parameters of type Game
 java.lang.String SurveyHandler.handleStartGame(Game g)
           
 GameState SurveyHandler.initialize(Game g, Player p)
           
 

Uses of Game in talx.games.tech
 

Subclasses of Game in talx.games.tech
 class TechGame
           
 

Methods in talx.games.tech that return Game
 Game TechTextField.getGame()
           
 Game TechButton.getGame()
           
 Game Tech.newInstance(Player p)
           
 

Methods in talx.games.tech with parameters of type Game
 java.lang.String TechHandler.handleStartGame(Game g)
           
 GameState TechHandler.initialize(Game g, Player p)
           
 

Uses of Game in talx.model
 

Methods in talx.model that return Game
 Game GameManager.getGame(Player p)
          Returns the Game associated with the given StartGame.
 

Methods in talx.model with parameters of type Game
 GameView GameManager.getView(Game g, Controller controller)
          This method returns the cached view associated with the game passed.
 


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.