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

Packages that use NationOptions.NationState
net.sf.freecol.client.control Contains the classes responsible for the control of the game. 
net.sf.freecol.common.model Contains the game model. 
 

Uses of NationOptions.NationState in net.sf.freecol.client.control
 

Methods in net.sf.freecol.client.control with parameters of type NationOptions.NationState
 void PreGameController.setAvailable(Nation nation, NationOptions.NationState state)
           
 

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

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

Methods in net.sf.freecol.common.model that return types with arguments of type NationOptions.NationState
 java.util.Map<Nation,NationOptions.NationState> NationOptions.getNations()
          Get the Nations value.
 

Methods in net.sf.freecol.common.model with parameters of type NationOptions.NationState
 void NationOptions.setNationState(Nation nation, NationOptions.NationState state)
          Set the NationState value of a particular Nation.
 

Method parameters in net.sf.freecol.common.model with type arguments of type NationOptions.NationState
 void NationOptions.setNations(java.util.Map<Nation,NationOptions.NationState> newNations)
          Set the Nations value.