org.herac.tuxguitar.gui.system.plugins.base
Class TGBrowserPlugin

java.lang.Object
  extended by org.herac.tuxguitar.gui.system.plugins.base.TGPluginAdapter
      extended by org.herac.tuxguitar.gui.system.plugins.base.TGBrowserPlugin
All Implemented Interfaces:
TGPlugin

public abstract class TGBrowserPlugin
extends TGPluginAdapter


Constructor Summary
TGBrowserPlugin()
           
 
Method Summary
protected  void addPlugin()
           
 void close()
           
protected abstract  TGBrowserFactory getFactory()
           
 void init()
           
protected  void removePlugin()
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class org.herac.tuxguitar.gui.system.plugins.base.TGPluginAdapter
getAuthor, getDescription, getName, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGBrowserPlugin

public TGBrowserPlugin()
Method Detail

getFactory

protected abstract TGBrowserFactory getFactory()

init

public void init()

close

public void close()

addPlugin

protected void addPlugin()

removePlugin

protected void removePlugin()

setEnabled

public void setEnabled(boolean enabled)