gui
Class DBload

java.lang.Object
  extended by gui.DBload

public class DBload
extends java.lang.Object


Constructor Summary
DBload()
           
 
Method Summary
 javax.swing.JTree loadFromFile(java.io.File f)
          Constructs a JTree of a given xml file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBload

public DBload()
Method Detail

loadFromFile

public javax.swing.JTree loadFromFile(java.io.File f)
Constructs a JTree of a given xml file.

Parameters:
f - file to parse.
Returns:
JTree with parsed pdbs as DefaultMutableTreeNodeFile.