Uses of Class
game.Round

Packages that use Round
game   
gametable   
misc   
 

Uses of Round in game
 

Methods in game that return Round
 Round Build.getTeams()
          Get the teams
 

Constructors in game with parameters of type Round
TreePanel(Round teams)
           
 

Uses of Round in gametable
 

Methods in gametable that return Round
 Round TeamTableModel.getCurrentTeams()
          get the current Teams
 Round ResultTable.getCurrentTeams()
          Get the Current Teams
 

Methods in gametable with parameters of type Round
 void TeamTableModel.setNextRound(Round winners)
          set the winners for the next round
 void BetTable.setNextRound(Round winners)
          Set the next Round
 

Constructors in gametable with parameters of type Round
BetTable(java.lang.String title, Round round, boolean enabled)
          Initialize the BetTable
ResultTable(java.lang.String title, Round round, boolean enabled)
          Initialize the ResultTable
TeamTableModel(Round round)
          Initialize the TeamTableModel
 

Uses of Round in misc
 

Methods in misc with parameters of type Round
 void RoundFinishedListener.notifyRoundFinished(Round winners)
          notify, that a round is finished