org.herac.tuxguitar.gui.tools.custom
Class TGCustomToolManager

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.custom.TGCustomToolManager

public class TGCustomToolManager
extends java.lang.Object


Constructor Summary
TGCustomToolManager()
           
 
Method Summary
 void addCustomTool(TGCustomTool tool)
           
 java.util.Iterator getCustomTools()
           
static TGCustomToolManager instance()
           
 void removeCustomTool(TGCustomTool tool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGCustomToolManager

public TGCustomToolManager()
Method Detail

instance

public static TGCustomToolManager instance()

addCustomTool

public void addCustomTool(TGCustomTool tool)

removeCustomTool

public void removeCustomTool(TGCustomTool tool)

getCustomTools

public java.util.Iterator getCustomTools()