Uses of Class
GameField.Player

Packages that use Player
GameField   
GUI   
 

Uses of Player in GameField
 

Fields in GameField with type parameters of type Player
private static java.util.Vector<Player> HighScore.players
           
protected  java.util.Vector<Player> GameField.players
           
 

Methods in GameField that return types with arguments of type Player
static java.util.Vector<Player> HighScore.getPlayers()
          Get the value of players
 java.util.Vector<Player> GameField.getPlayers()
          Get the value of players
 

Methods in GameField with parameters of type Player
static void HighScore.putPlayer(Player p)
          Put the player p in high score if it's necessary
 

Method parameters in GameField with type arguments of type Player
static void HighScore.setPlayers(java.util.Vector<Player> value)
          Set the value of players
 void GameField.setPlayers(java.util.Vector<Player> value)
          Set the value of players
 

Constructor parameters in GameField with type arguments of type Player
GameField(Card[][] fieldCards, Cards packet, java.util.Vector<Player> players, Network network)
           
ServerGameField(java.io.PrintStream out, Card[][] fieldCards, java.util.Vector<Player> players, Network network, int[] type, int[] color, int[] pattern, int port, int nbClient, int helptime)
           
 

Uses of Player in GUI
 

Fields in GUI with type parameters of type Player
private  java.util.Vector<Player> JFrameHighScore.players
           
 

Constructor parameters in GUI with type arguments of type Player
JFrameEnd(java.util.Vector<Player> players)