Uses of Class
GameField.GameField

Packages that use GameField
GameField   
GUI   
Network   
 

Uses of GameField in GameField
 

Subclasses of GameField in GameField
 class ServerGameField
           
 

Uses of GameField in GUI
 

Fields in GUI declared as GameField
private  GameField JFramePseudo.gameField
           
private  GameField JFrameNewServer.gameField
           
private  GameField JFrameJoin.gameField
           
private  GameField JMenuBarGUI.gameField
           
private  GameField GUI.gameField
           
 

Methods in GUI that return GameField
 GameField GUI.getGameField()
          The Game Field
 

Methods in GUI with parameters of type GameField
 void JMenuBarGUI.setGameField(GameField gameField)
           
 

Constructors in GUI with parameters of type GameField
GUI(GameField gameField)
           
JFrameJoin(GameField gameField)
           
JFrameNewServer(GameField gameField)
           
JFramePseudo(GameField gameField)
           
JFramePseudo(GameField gameField, java.lang.String error)
           
JMenuBarGUI(GameField gameField)
           
 

Uses of GameField in Network
 

Fields in Network declared as GameField
private  GameField WaitConnection.gameField
           
private  GameField Connection.gameField
           
 

Methods in Network that return GameField
 GameField Connection.getGameField()
          Get the value of gameField
 

Methods in Network with parameters of type GameField
 void Connection.setGameField(GameField value)
          Set the value of gameField
 

Constructors in Network with parameters of type GameField
Connection(GameField gameField, java.net.InetAddress address, int port)
          Constructeur utilisé par le client
Connection(GameField gameField, java.net.Socket socket)
          Constructeur utilisé par le serveur
WaitConnection(GameField gameField, Network network, int port, int nbClient)