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

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.LanguageOption

public class LanguageOption
extends Option


Field Summary
 
Fields inherited from class org.herac.tuxguitar.gui.system.config.items.Option
DEFAULT_INDENT, MINIMUN_WIDTH
 
Constructor Summary
LanguageOption(ConfigEditor configEditor, ToolBar toolBar, Composite parent)
           
 
Method Summary
 void applyConfig(boolean force)
           
 void createOption()
           
 void updateConfig()
           
 
Methods inherited from class org.herac.tuxguitar.gui.system.config.items.Option
getComposite, getConfig, getDisplay, getEditor, getGroupData, getShell, getTabbedData, getTabbedData, getTabbedData, getToolItem, makeGridData, makeGridData, makeGridData, setVisible, showImageLabel, showLabel, showLabel, widgetSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageOption

public LanguageOption(ConfigEditor configEditor,
                      ToolBar toolBar,
                      Composite parent)
Method Detail

createOption

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

updateConfig

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

applyConfig

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