net.sf.freecol.common.option
Class AudioMixerOption
java.lang.Object
net.sf.freecol.common.model.FreeColObject
net.sf.freecol.common.option.AbstractOption
net.sf.freecol.common.option.AudioMixerOption
- All Implemented Interfaces:
- Option
public class AudioMixerOption
- extends AbstractOption
Option for selecting an audio mixer.
Field Summary |
static java.lang.String |
AUTO
|
Methods inherited from class net.sf.freecol.common.model.FreeColObject |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAttribute, getAttribute, getAttribute, getAttribute, getId, getPropertyChangeListeners, getPropertyChangeListeners, hasAbility, hasAttribute, hasListeners, readFromXML, readFromXMLElement, removePropertyChangeListener, removePropertyChangeListener, toXML, toXML, toXML, toXMLElement, toXMLElement, toXMLElement, toXMLElement, toXMLElementPartial, writeAttribute, writeFreeColGameObject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AUTO
public static final java.lang.String AUTO
AudioMixerOption
public AudioMixerOption(java.lang.String id)
- Creates a new
AudioMixerOption
.
- Parameters:
id
- The identifier for this option. This is used when the object
should be found in an OptionGroup
.
AudioMixerOption
public AudioMixerOption(java.lang.String id,
OptionGroup optionGroup)
getValue
public final AudioMixerOption.MixerWrapper getValue()
- Get the
Value
value.
- Returns:
- a
String
value
setValue
public final void setValue(AudioMixerOption.MixerWrapper newValue)
- Set the
Value
value.
- Parameters:
newValue
- The new Value value.
getOptions
public AudioMixerOption.MixerWrapper[] getOptions()
- Returns a list of the available audioMixers.
- Returns:
- The available audioMixers in a human readable format.
getXMLElementTagName
public static java.lang.String getXMLElementTagName()
- Gets the tag name of the root element representing this object.
- Returns:
- "audioMixerOption".