talx x1.0.5

Uses of Class
talx.model.Player

Packages that use Player
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. 
talx.view.inbox Provides visual components for selecting a correspondent. 
 

Uses of Player in talx.games
 

Methods in talx.games that return Player
 Player Game.getPlayer()
           
 

Methods in talx.games with parameters of type Player
 Game GameService.newInstance(Player p)
          Returns a new game instance.
 GameState GameHandler.initialize(Game g, Player p)
          Produces a GameState object that is suitable for beginning play.
 

Constructors in talx.games with parameters of type Player
Game(Player p, GameManager gm)
           
 

Uses of Player in talx.games.helpdesk
 

Methods in talx.games.helpdesk with parameters of type Player
 GameState HelpDeskHandler.initialize(Game g, Player p)
           
 Game HelpDesk.newInstance(Player p)
           
 

Constructors in talx.games.helpdesk with parameters of type Player
HelpDeskGame(Player p, GameManager g, StringValueMap text)
          Creates a new help desk game for the given player.
 

Uses of Player in talx.games.survey
 

Methods in talx.games.survey with parameters of type Player
 GameState SurveyHandler.initialize(Game g, Player p)
           
 Game Survey.newInstance(Player p)
           
 

Constructors in talx.games.survey with parameters of type Player
SurveyGame(Player p, GameManager g, StringValueMap text)
          Creates a new help desk game for the given player.
 

Uses of Player in talx.games.tech
 

Methods in talx.games.tech with parameters of type Player
 GameState TechHandler.initialize(Game g, Player p)
           
 Game Tech.newInstance(Player p)
           
 

Constructors in talx.games.tech with parameters of type Player
TechGame(Player p, GameManager g, StringValueMap text)
           
 

Uses of Player in talx.model
 

Fields in talx.model declared as Player
static Player GUIStateConstants.NO_PLAYER
          The null Player.
 

Methods in talx.model that return Player
 Player[] Settings.getPlayers()
          Returns the list of game buddies.
 

Methods in talx.model with parameters of type Player
 java.lang.String GameManager.getPlayerID(Player p)
           
 Game GameManager.getGame(Player p)
          Returns the Game associated with the given StartGame.
 

Uses of Player in talx.view.inbox
 

Methods in talx.view.inbox that return Player
 Player StartGame.getPlayer()
          Returns the player represented by this control.
 

Methods in talx.view.inbox with parameters of type Player
 StartGame MultiButtonInbox.startGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          Adds a player to our button list of people.
static StartGame BasicInbox.basicStartGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          Adds a player to our button list of people.
 StartGame BasicInbox.startGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          Adds a player to our button list of people.
abstract  StartGame AbstractInbox.startGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          This method should return a gamebox suitable for the given player.
 


talx x1.0.5

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