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

Packages that use BooleanOption
net.sf.freecol.client This is the main client package. 
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. 
 

Uses of BooleanOption in net.sf.freecol.client
 

Methods in net.sf.freecol.client that return BooleanOption
 BooleanOption ClientOptions.getBooleanOption(ModelMessage message)
          Returns the boolean option associated with a ModelMessage.
 

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

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

Uses of BooleanOption in net.sf.freecol.common
 

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