Uses of Class
org.jogre.common.Table

Packages that use Table
org.jogre.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. 
 

Uses of Table in org.jogre.awt
 

Methods in org.jogre.awt that return Table
 Table JTableList.getSelectedTable()
           
 

Methods in org.jogre.awt with parameters of type Table
protected  void JogreClientFrame.refreshTableFrame(Table table)
          Refresh the table.
protected  JogreTableFrame JogreClientFrame.getTableFrame(Table table)
          Return the correct JogreTableFrame.
 

Uses of Table in org.jogre.common
 

Methods in org.jogre.common that return Table
 Table TableList.getTable(int tableNum)
           
 

Methods in org.jogre.common with parameters of type Table
 void TableList.updateTable(int tableNum, Table table)