org.herac.tuxguitar.gui.system.config.items
Class SoundOption

java.lang.Object
  extended by SelectionAdapter
      extended by org.herac.tuxguitar.gui.system.config.items.Option
          extended by org.herac.tuxguitar.gui.system.config.items.SoundOption

public class SoundOption
extends Option


Field Summary
protected  boolean initialized
           
protected  Combo mpCombo
           
protected  java.lang.String mpCurrentKey
           
protected  java.util.List mpList
           
protected  Combo msCombo
           
protected  java.lang.String msCurrentKey
           
protected  java.util.List msList
           
 
Fields inherited from class org.herac.tuxguitar.gui.system.config.items.Option
DEFAULT_INDENT
 
Constructor Summary
SoundOption(TGConfigEditor configEditor, ToolBar toolBar, Composite parent)
           
 
Method Summary
 void applyConfig(boolean force)
           
 void createOption()
           
protected  void loadConfig()
           
 void updateConfig()
           
 void updateDefaults()
           
 
Methods inherited from class org.herac.tuxguitar.gui.system.config.items.Option
addSyncThread, computeSize, computeSize, dispose, getComposite, getConfig, getDefaults, getDisplay, getEditor, getGroupData, getShell, getTabbedData, getTabbedData, getTabbedData, getTabbedData, getTabbedData, getToolItem, isDisposed, loadCursor, makeGridData, makeGridData, pack, setVisible, showImageLabel, showLabel, showLabel, showLabel, widgetSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialized

protected boolean initialized

msCurrentKey

protected java.lang.String msCurrentKey

msList

protected java.util.List msList

msCombo

protected Combo msCombo

mpCurrentKey

protected java.lang.String mpCurrentKey

mpList

protected java.util.List mpList

mpCombo

protected Combo mpCombo
Constructor Detail

SoundOption

public SoundOption(TGConfigEditor configEditor,
                   ToolBar toolBar,
                   Composite parent)
Method Detail

createOption

public void createOption()
Specified by:
createOption in class Option

loadConfig

protected void loadConfig()

updateConfig

public void updateConfig()
Specified by:
updateConfig in class Option

updateDefaults

public void updateDefaults()
Specified by:
updateDefaults in class Option

applyConfig

public void applyConfig(boolean force)
Specified by:
applyConfig in class Option