org.herac.tuxguitar.gui.system.config
Class TGConfigManagerImpl

java.lang.Object
  extended by org.herac.tuxguitar.gui.system.config.TGConfigManager
      extended by org.herac.tuxguitar.gui.system.config.TGConfigManagerImpl

public class TGConfigManagerImpl
extends TGConfigManager


Constructor Summary
TGConfigManagerImpl()
           
 
Method Summary
 java.util.Properties getDefaults()
           
 java.lang.String getFileName()
           
 java.lang.String getName()
           
 
Methods inherited from class org.herac.tuxguitar.gui.system.config.TGConfigManager
clear, getBooleanConfigValue, getBooleanConfigValue, getFontDataConfigValue, getIntConfigValue, getIntConfigValue, getRGBConfigValue, getStringConfigValue, getStringConfigValue, init, load, removeProperty, save, setDefaults, setProperty, setProperty, setProperty, setProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGConfigManagerImpl

public TGConfigManagerImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class TGConfigManager

getFileName

public java.lang.String getFileName()
Specified by:
getFileName in class TGConfigManager

getDefaults

public java.util.Properties getDefaults()
Specified by:
getDefaults in class TGConfigManager