Uses of Interface
net.sf.freecol.common.option.ListOptionSelector

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

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

Methods in net.sf.freecol.common.option that return ListOptionSelector
 ListOptionSelector<T> ListOption.getListOptionSelector()
          Gets the delegate responsible for getting a list of objects that can be selected by this option.
 

Constructors in net.sf.freecol.common.option with parameters of type ListOptionSelector
ListOption(ListOptionSelector<T> selector, java.lang.String id, OptionGroup optionGroup, T... defaultValues)
          Creates a new ListOption.
ListOption(ListOptionSelector<T> selector, java.lang.String id, T... defaultValues)
          Creates a new ListOption.
ListOption(ListOptionSelector<T> selector, javax.xml.stream.XMLStreamReader in)
          Creates a new ListOption.