Uses of Class
net.sf.freecol.common.model.NationOptions.Advantages

Packages that use NationOptions.Advantages
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
net.sf.freecol.common.model Contains the game model. 
 

Uses of NationOptions.Advantages in net.sf.freecol.client.gui.panel
 

Constructors in net.sf.freecol.client.gui.panel with parameters of type NationOptions.Advantages
AdvantageCellRenderer(NationOptions.Advantages advantages)
          The default constructor.
 

Uses of NationOptions.Advantages in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return NationOptions.Advantages
 NationOptions.Advantages NationOptions.getNationalAdvantages()
          Get the NationalAdvantages value.
static NationOptions.Advantages NationOptions.Advantages.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NationOptions.Advantages[] NationOptions.Advantages.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.common.model with parameters of type NationOptions.Advantages
 void NationOptions.setNationalAdvantages(NationOptions.Advantages newNationalAdvantages)
          Set the NationalAdvantages value.