Uses of Class
net.sf.freecol.common.option.IntegerOption

Packages that use IntegerOption
net.sf.freecol.client.gui.option Contains user interface classes for visualizing options
net.sf.freecol.common Contains classes in use by both the server and the client. 
net.sf.freecol.common.option Contains classes for describing, and saving the state of, a game option
 

Uses of IntegerOption in net.sf.freecol.client.gui.option
 

Constructors in net.sf.freecol.client.gui.option with parameters of type IntegerOption
IntegerOptionUI(IntegerOption option, boolean editable)
          Creates a new IntegerOptionUI for the given IntegerOption.
 

Uses of IntegerOption in net.sf.freecol.common
 

Methods in net.sf.freecol.common that return IntegerOption
 IntegerOption Specification.getIntegerOption(java.lang.String Id)
          Returns the IntegerOption with the given ID.
 

Uses of IntegerOption in net.sf.freecol.common.option
 

Subclasses of IntegerOption in net.sf.freecol.common.option
 class PercentageOption
          Represents an option where the result is a value between 0 and 100.