Uses of Class
de.tabacha.cgo.gui.BoardComponent

Packages that use BoardComponent
de.tabacha.cgo.gui The classes for the graphical user interface.  
 

Uses of BoardComponent in de.tabacha.cgo.gui
 

Methods in de.tabacha.cgo.gui with parameters of type BoardComponent
 void HumanPlayer.setEditor(BoardComponent editor)
          Sets the GUI object where moves are entered.
 

Constructors in de.tabacha.cgo.gui with parameters of type BoardComponent
HumanPlayer(BoardComponent editor)
          Constructor.