Uses of Class
Network.Network

Packages that use Network
GameField   
GUI   
Network   
 

Uses of Network in GameField
 

Fields in GameField declared as Network
protected  Network GameField.network
           
 

Methods in GameField that return Network
 Network GameField.getNetwork()
          Get the value of network
 

Methods in GameField with parameters of type Network
 void GameField.setNetwork(Network value)
          Set the value of network
 

Constructors in GameField with parameters of type Network
GameField(Card[][] fieldCards, Cards packet, java.util.Vector<Player> players, Network network)
           
GameField(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)
           
ServerGameField(java.io.PrintStream out, Network network, int[] type, int[] color, int[] pattern, int port, int nbClient, int helptime)
           
 

Uses of Network in GUI
 

Fields in GUI declared as Network
private  Network JFramePseudo.net
           
 

Uses of Network in Network
 

Fields in Network declared as Network
private  Network WaitConnection.network
           
 

Methods in Network that return Network
 Network WaitConnection.getNetwork()
          Get the value of network
 

Methods in Network with parameters of type Network
 void WaitConnection.setNetwork(Network value)
          Set the value of network
 

Constructors in Network with parameters of type Network
WaitConnection(GameField gameField, Network network, int port, int nbClient)