Uses of Package
net.sf.freecol.common.option

Packages that use net.sf.freecol.common.option
net.sf.freecol.client This is the main client package. 
net.sf.freecol.client.gui.action Contains the Actions used by the GUI in menus and other places. 
net.sf.freecol.client.gui.option Contains user interface classes for visualizing options
net.sf.freecol.client.gui.sound This package contains the classes for handling sfx/music in FreeCol. 
net.sf.freecol.common Contains classes in use by both the server and the client. 
net.sf.freecol.common.model Contains the game model. 
net.sf.freecol.common.option Contains classes for describing, and saving the state of, a game option
net.sf.freecol.server.generator Contains the map generator. 
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.client
AbstractOption
          The super class of all options.
BooleanOption
          Represents an option that can be either true or false.
Option
          An option describes something which can be customized by the user.
OptionGroup
          Used for grouping objects of Options.
OptionMap
          Used for grouping objects of Option.
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.client.gui.action
AbstractOption
          The super class of all options.
Option
          An option describes something which can be customized by the user.
OptionGroup
          Used for grouping objects of Options.
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.client.gui.option
AudioMixerOption
          Option for selecting an audio mixer.
BooleanOption
          Represents an option that can be either true or false.
FileOption
          Represents an option for specifying a File.
IntegerOption
          Represents an option where the valid choice is an integer.
LanguageOption
          Option for selecting a language.
ListOption
          An option for a list of something.
OptionGroup
          Used for grouping objects of Options.
OptionMap
          Used for grouping objects of Option.
PercentageOption
          Represents an option where the result is a value between 0 and 100.
RangeOption
          Represents an option where the valid choice is an integer and the choices are represented by strings.
SelectOption
          Represents an option where the valid choice is an integer and the choices are represented by strings.
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.client.gui.sound
AudioMixerOption
          Option for selecting an audio mixer.
PercentageOption
          Represents an option where the result is a value between 0 and 100.
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.common
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.
RangeOption
          Represents an option where the valid choice is an integer and the choices are represented by strings.
StringOption
          Represents an option that can be either true or false.
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.common.model
AbstractOption
          The super class of all options.
Option
          An option describes something which can be customized by the user.
OptionGroup
          Used for grouping objects of Options.
OptionMap
          Used for grouping objects of Option.
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.common.option
AbstractOption
          The super class of all options.
AudioMixerOption.MixerWrapper
           
IntegerOption
          Represents an option where the valid choice is an integer.
LanguageOption.Language
           
ListOptionSelector
          Instances of this class is responsible for offering a list of objects that can be added to a ListOption.
Option
          An option describes something which can be customized by the user.
OptionGroup
          Used for grouping objects of Options.
SelectOption
          Represents an option where the valid choice is an integer and the choices are represented by strings.
 

Classes in net.sf.freecol.common.option used by net.sf.freecol.server.generator
AbstractOption
          The super class of all options.
Option
          An option describes something which can be customized by the user.
OptionGroup
          Used for grouping objects of Options.
OptionMap
          Used for grouping objects of Option.