Uses of Class
net.sf.freecol.common.model.FoundingFather

Packages that use FoundingFather
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
net.sf.freecol.common Contains classes in use by both the server and the client. 
net.sf.freecol.common.model Contains the game model. 
net.sf.freecol.server.ai The main package of the ai package tree. 
 

Uses of FoundingFather in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui with parameters of type FoundingFather
 java.awt.Image ImageLibrary.getFoundingFatherImage(FoundingFather father)
          Returns the portrait of this Founding Father.
 

Uses of FoundingFather in net.sf.freecol.client.gui.panel
 

Constructor parameters in net.sf.freecol.client.gui.panel with type arguments of type FoundingFather
ChooseFoundingFatherDialog(Canvas parent, java.util.List<FoundingFather> possibleFoundingFathers)
          The constructor that will add the items to this panel.
 

Uses of FoundingFather in net.sf.freecol.common
 

Methods in net.sf.freecol.common that return FoundingFather
 FoundingFather Specification.getFoundingFather(java.lang.String id)
           
 

Methods in net.sf.freecol.common that return types with arguments of type FoundingFather
 java.util.List<FoundingFather> Specification.getFoundingFathers()
           
 

Uses of FoundingFather in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return FoundingFather
 FoundingFather Player.getCurrentFather()
          Gets the founding father this player is working towards.
 

Methods in net.sf.freecol.common.model with parameters of type FoundingFather
 void Player.addFather(FoundingFather father)
          Adds a founding father to this player's continental congress.
 boolean Player.hasFather(FoundingFather someFather)
          Determines whether this player has a certain Founding father.
 void Player.setCurrentFather(FoundingFather someFather)
          Sets this players liberty bell production to work towards recruiting father to its congress.
 

Uses of FoundingFather in net.sf.freecol.server.ai
 

Methods in net.sf.freecol.server.ai that return FoundingFather
 FoundingFather StandardAIPlayer.selectFoundingFather(java.util.List<FoundingFather> foundingFathers)
          Selects the most useful founding father offered.
 FoundingFather ColonialAIPlayer.selectFoundingFather(java.util.List<FoundingFather> foundingFathers)
          Selects the most useful founding father offered.
abstract  FoundingFather AIPlayer.selectFoundingFather(java.util.List<FoundingFather> foundingFathers)
          Selects the most useful founding father offered.
 

Method parameters in net.sf.freecol.server.ai with type arguments of type FoundingFather
 FoundingFather StandardAIPlayer.selectFoundingFather(java.util.List<FoundingFather> foundingFathers)
          Selects the most useful founding father offered.
 FoundingFather ColonialAIPlayer.selectFoundingFather(java.util.List<FoundingFather> foundingFathers)
          Selects the most useful founding father offered.
abstract  FoundingFather AIPlayer.selectFoundingFather(java.util.List<FoundingFather> foundingFathers)
          Selects the most useful founding father offered.