org.herac.tuxguitar.gui.system.config
Class TGConfigEditor
java.lang.Object
org.herac.tuxguitar.gui.system.config.TGConfigEditor
public class TGConfigEditor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dialog
protected Shell dialog
config
protected TGConfigManager config
options
protected java.util.List options
defaults
protected java.util.Properties defaults
accepted
protected boolean accepted
runnables
protected java.util.List runnables
TGConfigEditor
public TGConfigEditor()
showDialog
public void showDialog(Shell shell)
pack
public void pack()
getButtonData
protected GridData getButtonData()
makeGridData
public GridData makeGridData(int with,
int height,
int minWith,
int minHeight)
select
public void select(Option option)
updateOptions
protected void updateOptions()
setDefaults
protected void setDefaults()
applyConfig
protected void applyConfig(boolean force)
dispose
protected void dispose()
getDefaults
public java.util.Properties getDefaults()
getConfig
public TGConfigManager getConfig()
getEditor
public TablatureEditor getEditor()
getDialog
public Shell getDialog()
addSyncThread
public void addSyncThread(java.lang.Runnable runnable)