Ignore:
Timestamp:
13/08/10 16:34:17 (22 months ago)
Author:
Stephen Rankin
Message:

Bulk Load working but not really tested. Fixed various bugs fixed, but single file validation is not working now! Close all files function added. Check for NEXUS/HDF files added. Added threads for file loading actions. Some refactoring of code. refs #236.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXconvertpy/src/org/nexusformat/nxvalidate/TreeUtils.java

    r1503 r1504  
    6767    public Document getReducedDoc(JTree tree) { 
    6868        if (getNode(tree) != null) { 
    69  
    7069            return getNode(tree).getReducedDoc(); 
    7170        } else { 
     
    7675    public Document getResultsDoc(JTree tree) { 
    7776        if (getNode(tree) != null) { 
    78  
    7977            return getNode(tree).getResultsDoc(); 
    8078        } else { 
Note: See TracChangeset for help on using the changeset viewer.