Uses of Class
com.asdf.plugins.pokergames.PokerGameController

Packages that use PokerGameController
com.asdf.plugins.pokergames In-built pokergame implementation. 
com.asdf.plugins.pokergames.gameview   
com.asdf.plugins.pokergames.texasholdem Texas Hold'em implementation. 
 

Uses of PokerGameController in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames that return PokerGameController
 PokerGameController PokerGameController.getThis()
          Getter for myself.
 

Methods in com.asdf.plugins.pokergames with parameters of type PokerGameController
 void OurPlayer.setGameController(PokerGameController gameController)
           
 

Constructors in com.asdf.plugins.pokergames with parameters of type PokerGameController
OurPlayer(java.lang.String name, int mySeat, PokerGameController gameController)
           
 

Uses of PokerGameController in com.asdf.plugins.pokergames.gameview
 

Methods in com.asdf.plugins.pokergames.gameview with parameters of type PokerGameController
 void GameViewSeat.setAvailable(boolean visible, PokerGameController tgc)
          Draw available seats if visible and attach gamecontroller to pass messages.
 void GameViewChatPanel.setController(PokerGameController pgc)
          Sets controller.
 void GameViewButtonPanel.setController(PokerGameController pgc)
          Sets controller to this buttonpanel and clears GUI.
 void GameView.setJoinPopUp(java.lang.String accountname_, int seat_nro, double min_money, double max_money, PokerGameController pgc)
          Creates popup-window that allows one to sit down in given seat.
 void GameView.update(boolean cansit, PokerGameController gc)
          Draws available seats.
 void GameView.update(PokerGameController gc, boolean cansit)
          Update method that handles given gamesituation from controller.
 

Uses of PokerGameController in com.asdf.plugins.pokergames.texasholdem
 

Subclasses of PokerGameController in com.asdf.plugins.pokergames.texasholdem
 class TexasGameController