org.herac.tuxguitar.gui.items.xml
Class ToolBarsWriter

java.lang.Object
  extended by org.herac.tuxguitar.gui.items.xml.ToolBarsWriter

public class ToolBarsWriter
extends java.lang.Object


Constructor Summary
ToolBarsWriter()
           
 
Method Summary
static org.w3c.dom.Document createDocument()
           
static void saveDocument(org.w3c.dom.Document document, java.io.File file)
           
static void saveToolBars(ToolItems[] items, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolBarsWriter

public ToolBarsWriter()
Method Detail

saveToolBars

public static void saveToolBars(ToolItems[] items,
                                java.io.File file)

createDocument

public static org.w3c.dom.Document createDocument()
                                           throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException

saveDocument

public static void saveDocument(org.w3c.dom.Document document,
                                java.io.File file)
                         throws java.io.FileNotFoundException,
                                javax.xml.transform.TransformerException
Throws:
java.io.FileNotFoundException
javax.xml.transform.TransformerException