Package net.sf.freecol.common.option

Contains classes for describing, and saving the state of, a game option.

See:
          Description

Interface Summary
Option An option describes something which can be customized by the user.
 

Class Summary
AbstractOption The super class of all options.
BooleanOption Represents an option that can be either true or false.
IntegerOption Represents an option where the valid choice is an integer.
OptionGroup Used for grouping objects of Options.
OptionMap Used for grouping objects of Option.
SelectOption Represents an option where the valid choice is an integer.
 

Package net.sf.freecol.common.option Description

Contains classes for describing, and saving the state of, a game option.