|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionGroup | |
---|---|
net.sf.freecol.client | This is the main client package. |
net.sf.freecol.client.gui.action | Contains the Action s 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.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. |
Uses of OptionGroup in net.sf.freecol.client |
---|
Subclasses of OptionGroup in net.sf.freecol.client | |
---|---|
class |
ClientOptions
Defines how available client options are displayed on the Setting dialog from File>Preferences Also contains several Comparators used for display purposes. |
Uses of OptionGroup in net.sf.freecol.client.gui.action |
---|
Subclasses of OptionGroup in net.sf.freecol.client.gui.action | |
---|---|
class |
ActionManager
Stores the actions. |
Uses of OptionGroup in net.sf.freecol.client.gui.option |
---|
Constructors in net.sf.freecol.client.gui.option with parameters of type OptionGroup | |
---|---|
OptionGroupUI(OptionGroup option,
boolean editable,
int level,
java.util.Map<java.lang.String,javax.swing.JComponent> optionUIs)
Creates a new OptionGroupUI for the given
OptionGroup . |
Uses of OptionGroup in net.sf.freecol.common |
---|
Methods in net.sf.freecol.common that return OptionGroup | |
---|---|
OptionGroup |
Specification.getOptionGroup(java.lang.String Id)
Returns the OptionGroup with the given ID. |
Methods in net.sf.freecol.common with parameters of type OptionGroup | |
---|---|
void |
Specification.addOptionGroup(OptionGroup optionGroup)
Adds an OptionGroup to the specification |
Uses of OptionGroup in net.sf.freecol.common.model |
---|
Subclasses of OptionGroup in net.sf.freecol.common.model | |
---|---|
class |
GameOptions
Keeps track of the available game options. |
Uses of OptionGroup in net.sf.freecol.common.option |
---|
Subclasses of OptionGroup in net.sf.freecol.common.option | |
---|---|
class |
OptionMap
Used for grouping objects of Option . |
Methods in net.sf.freecol.common.option with parameters of type OptionGroup | |
---|---|
void |
OptionMap.addToMap(OptionGroup og)
Adds the Option s from the given OptionGroup
to the Map . |
Constructors in net.sf.freecol.common.option with parameters of type OptionGroup | |
---|---|
AbstractOption(java.lang.String id,
OptionGroup optionGroup)
Deprecated. |
|
AudioMixerOption(java.lang.String id,
OptionGroup optionGroup)
|
|
IntegerOption(java.lang.String id,
OptionGroup optionGroup,
int minimumValue,
int maximumValue,
int defaultValue)
Deprecated. |
|
LanguageOption(java.lang.String id,
OptionGroup optionGroup)
|
|
ListOption(ListOptionSelector<T> selector,
java.lang.String id,
OptionGroup optionGroup,
T... defaultValues)
Creates a new ListOption . |
|
PercentageOption(java.lang.String id,
OptionGroup optionGroup,
int defaultOption)
Creates a new RangeOption . |
Uses of OptionGroup in net.sf.freecol.server.generator |
---|
Subclasses of OptionGroup in net.sf.freecol.server.generator | |
---|---|
class |
MapGeneratorOptions
Keeps track of the available map generator options. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |