Uses of Class
net.sf.freecol.common.option.LanguageOption.Language

Packages that use LanguageOption.Language
net.sf.freecol.common.option Contains classes for describing, and saving the state of, a game option
 

Uses of LanguageOption.Language in net.sf.freecol.common.option
 

Methods in net.sf.freecol.common.option that return LanguageOption.Language
 LanguageOption.Language[] LanguageOption.getOptions()
          Returns a list of the available languages.
 LanguageOption.Language LanguageOption.getValue()
          Get the Value value.
 

Methods in net.sf.freecol.common.option with parameters of type LanguageOption.Language
 void LanguageOption.setValue(LanguageOption.Language newValue)
          Set the Value value.