Uses of Class
org.jogre.client.awt.JogreTableFrame

Packages that use JogreTableFrame
org.jogre.client.awt This package contains visual classes which aid the creation of games. 
 

Uses of JogreTableFrame in org.jogre.client.awt
 

Methods in org.jogre.client.awt that return JogreTableFrame
abstract  JogreTableFrame JogreClientFrame.getJogreTableFrame(TableConnectionThread conn)
          This must be overwritten to get a handle on the correct table frame.
protected  JogreTableFrame JogreClientFrame.getTableFrame(Table table)
          Return the correct JogreTableFrame.
protected  JogreTableFrame JogreClientFrame.getTableFrame(int tableNum)
          Overloaded version when you are sure that the table exists (other wise returns null).