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

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

public class MainOption
extends Option


Field Summary
 
Fields inherited from class org.herac.tuxguitar.gui.system.config.items.Option
DEFAULT_INDENT, MINIMUN_WIDTH
 
Constructor Summary
MainOption(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

MainOption

public MainOption(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