Uses of Class
org.jogre.awt.JogreComponent

Packages that use JogreComponent
org.jogre.awt This package contains visual classes which aid the creation of games. 
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. 
 

Uses of JogreComponent in org.jogre.awt
 

Subclasses of JogreComponent in org.jogre.awt
 class AbstractBoardComponent
          This graphical component can be extended to create a number of graphical boards such as chess boards, etc.
 

Fields in org.jogre.awt declared as JogreComponent
protected  JogreComponent JogreTableFrame.gameMainView
           
 

Methods in org.jogre.awt with parameters of type JogreComponent
 void JogreTableFrame.setupMVC(JogreModel model, JogreComponent mainView, JogreController controller)
          Sets up the MVC for this table.
 

Uses of JogreComponent in org.jogre.client
 

Fields in org.jogre.client declared as JogreComponent
protected  JogreComponent JogreController.JogreComponent
          Link to the JogreComponent this is controlling .
 

Constructors in org.jogre.client with parameters of type JogreComponent
JogreController(JogreModel model, JogreComponent JogreComponent)
          Default constructor class which doesn't set up the network connection.