org.herac.tuxguitar.gui.system.plugins
Class TGPluginProperties

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

public class TGPluginProperties
extends TGConfigManager


Method Summary
 java.util.Properties getDefaults()
           
 java.lang.String getFileName()
           
 java.lang.String getName()
           
static TGPluginProperties instance()
           
 
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
 

Method Detail

instance

public static TGPluginProperties instance()

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