Uses of Interface
org.vizzini.game.ITeamCollection

Packages that use ITeamCollection
org.vizzini.game Provides core game classes for the game framework. 
org.vizzini.ui.game Provides core game user interface classes for the game framework. 
 

Uses of ITeamCollection in org.vizzini.game
 

Classes in org.vizzini.game that implement ITeamCollection
 class TeamCollection
          Provides a collection to hold ITeam s.
 

Methods in org.vizzini.game that return ITeamCollection
 ITeamCollection AbstractEnvironment.getTeamCollection()
          Return the team collection.
 ITeamCollection IEnvironment.getTeamCollection()
          Return the team collection.
 

Uses of ITeamCollection in org.vizzini.ui.game
 

Constructors in org.vizzini.ui.game with parameters of type ITeamCollection
NewGameDialogSwing(Frame frame, String ownerTitle, ITeamCollection teams, Properties properties)
          Construct this object with the given parameters.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02