Uses of Class
org.jogre.common.TableList

Packages that use TableList
org.jogre.client This package contains non-visual classes which only the client makes use of including the network connection, the game model and controller. 
org.jogre.common This package contains classes which are common to both a client or a server. 
 

Uses of TableList in org.jogre.client
 

Methods in org.jogre.client that return TableList
 TableList TableConnectionThread.getTableList()
          Delegate method for returning the table list.
 TableList ClientConnectionThread.getTableList()
          Return the table list object (should be the same as the server table list).
 

Methods in org.jogre.client with parameters of type TableList
 void ClientConnectionThread.setTableList(TableList tableList)
          Update the table list.
 

Uses of TableList in org.jogre.common
 

Fields in org.jogre.common declared as TableList
protected  TableList Game.tableList
          List of tables current being played on this server.
 

Methods in org.jogre.common that return TableList
 TableList Game.getTableList()
          Return the TableList object or table currently being played.
 

Methods in org.jogre.common with parameters of type TableList
 void Game.setTableList(TableList tableList)
          Set the table list.