gui
Class DBSave

java.lang.Object
  extended by gui.DBSave

public class DBSave
extends java.lang.Object


Field Summary
 org.jdom.Document doc
           
 
Constructor Summary
DBSave()
           
 
Method Summary
 void writeDB(java.io.File f, javax.swing.JTree tree)
          Write a xml file from consisting the pdb files in the database tree.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

public org.jdom.Document doc
Constructor Detail

DBSave

public DBSave()
Method Detail

writeDB

public void writeDB(java.io.File f,
                    javax.swing.JTree tree)
Write a xml file from consisting the pdb files in the database tree.

Parameters:
f - file to write and save.
tree - JTree with PDBs to save.