Uses of Class
org.jogre.common.PlayerList

Packages that use PlayerList
org.jogre.client.awt This package contains visual classes which aid the creation of games. 
org.jogre.common This package contains classes which are common to both a client or a server. 
org.jogre.common.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Uses of PlayerList in org.jogre.client.awt
 

Constructors in org.jogre.client.awt with parameters of type PlayerList
JTablePlayers(PlayerList players)
          Constructor which takes connection to the server and table number.
JAvailableSeats(Player player, PlayerList players, Table table)
          Constructor which takes a username and a players object.
 

Uses of PlayerList in org.jogre.common
 

Methods in org.jogre.common that return PlayerList
 PlayerList Table.getPlayerList()
          Return a player list.
 

Methods in org.jogre.common with parameters of type PlayerList
 void Table.setPlayerList(PlayerList playerList)
           
 

Uses of PlayerList in org.jogre.common.comm
 

Methods in org.jogre.common.comm that return PlayerList
 PlayerList CommJoinTable.getPlayerList()
          Return the player list.