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

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

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

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

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

Subclasses of SelectOption in net.sf.freecol.common.option
 class RangeOption
          Represents an option where the valid choice is an integer and the choices are represented by strings.