Packages that use Option | |
---|---|
com.realtime.crossfire.jxclient.gui.commands | |
com.realtime.crossfire.jxclient.settings.options | |
com.realtime.crossfire.jxclient.skin.skin | |
com.realtime.crossfire.jxclient.sound |
Uses of Option in com.realtime.crossfire.jxclient.gui.commands |
---|
Subclasses of Option in com.realtime.crossfire.jxclient.gui.commands | |
---|---|
class |
CommandCheckBoxOption
A CheckBoxOption that executes CommandList s when
checked/unchecked. |
Uses of Option in com.realtime.crossfire.jxclient.settings.options |
---|
Subclasses of Option in com.realtime.crossfire.jxclient.settings.options | |
---|---|
class |
CheckBoxOption
The base class for all check box options. |
class |
PickupOption
A CheckBoxOption that toggles a pickup setting. |
Fields in com.realtime.crossfire.jxclient.settings.options with type parameters of type Option | |
---|---|
private java.util.Map<java.lang.String,Option> |
OptionManager.options
Maps option name to option instance. |
Methods in com.realtime.crossfire.jxclient.settings.options that return Option | |
---|---|
private Option |
Pickup.newPickupOption(long option,
java.lang.String tooltipText)
Creates a new PickupOption . |
Methods in com.realtime.crossfire.jxclient.settings.options with parameters of type Option | |
---|---|
void |
OptionManager.addOption(java.lang.String optionName,
java.lang.String documentation,
Option option)
Add a new option. |
Uses of Option in com.realtime.crossfire.jxclient.skin.skin |
---|
Methods in com.realtime.crossfire.jxclient.skin.skin with parameters of type Option | |
---|---|
void |
DefaultJXCSkin.addOption(java.lang.String optionName,
java.lang.String documentation,
Option commandCheckBoxOption)
Add a new option. |
Uses of Option in com.realtime.crossfire.jxclient.sound |
---|
Subclasses of Option in com.realtime.crossfire.jxclient.sound | |
---|---|
class |
SoundCheckBoxOption
A CheckBoxOption that enables/disables sound support. |