Uses of Class
com.realtime.crossfire.jxclient.settings.options.CheckBoxOption

Packages that use CheckBoxOption
com.realtime.crossfire.jxclient.gui   
com.realtime.crossfire.jxclient.gui.commands   
com.realtime.crossfire.jxclient.settings.options   
com.realtime.crossfire.jxclient.skin.factory   
com.realtime.crossfire.jxclient.skin.io   
com.realtime.crossfire.jxclient.sound   
 

Uses of CheckBoxOption in com.realtime.crossfire.jxclient.gui
 

Fields in com.realtime.crossfire.jxclient.gui declared as CheckBoxOption
private  CheckBoxOption GUICheckBox.option
          The option to display.
 

Constructors in com.realtime.crossfire.jxclient.gui with parameters of type CheckBoxOption
GUICheckBox(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.image.BufferedImage checkedImage, java.awt.image.BufferedImage uncheckedImage, java.awt.Font font, java.awt.Color color, CheckBoxOption option, java.lang.String text)
          Creates a new instance.
 

Uses of CheckBoxOption in com.realtime.crossfire.jxclient.gui.commands
 

Subclasses of CheckBoxOption in com.realtime.crossfire.jxclient.gui.commands
 class CommandCheckBoxOption
          A CheckBoxOption that executes CommandLists when checked/unchecked.
 

Uses of CheckBoxOption in com.realtime.crossfire.jxclient.settings.options
 

Subclasses of CheckBoxOption in com.realtime.crossfire.jxclient.settings.options
 class PickupOption
          A CheckBoxOption that toggles a pickup setting.
 

Methods in com.realtime.crossfire.jxclient.settings.options that return CheckBoxOption
 CheckBoxOption OptionManager.getCheckBoxOption(java.lang.String optionName)
          Return a check box option.
 

Uses of CheckBoxOption in com.realtime.crossfire.jxclient.skin.factory
 

Methods in com.realtime.crossfire.jxclient.skin.factory with parameters of type CheckBoxOption
 GUIElement CheckBoxFactory.newCheckBox(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, CheckBoxOption option, java.lang.String text)
          Create a new checkbox.
 

Uses of CheckBoxOption in com.realtime.crossfire.jxclient.skin.io
 

Methods in com.realtime.crossfire.jxclient.skin.io that return CheckBoxOption
static CheckBoxOption ParseUtils.parseCheckBoxOption(java.lang.String name, OptionManager optionManager)
          Parses a check box option name.
 

Uses of CheckBoxOption in com.realtime.crossfire.jxclient.sound
 

Subclasses of CheckBoxOption in com.realtime.crossfire.jxclient.sound
 class SoundCheckBoxOption
          A CheckBoxOption that enables/disables sound support.