• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 2307 for branches/3.0-Beta2.3/components/bioformats-omero/src/ome/formats/importer/ImportHandler.java

Show
Ignore:
Timestamp:
03/21/08 13:53:11 (9 months ago)
Author:
brain
Message:

closing out old tickets. Fixing a few bugs

Files:
1 modified

  • branches/3.0-Beta2.3/components/bioformats-omero/src/ome/formats/importer/ImportHandler.java (modified) (4 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2.3/components/bioformats-omero/src/ome/formats/importer/ImportHandler.java

    r2228 r2307  
    4343    private Thread runThread; 
    4444    HistoryDB db = null; 
     45    private ImportContainer[] fads = null; 
    4546 
    4647     
    … …  
    6061            OMEROWrapper reader, ImportContainer[] fads) 
    6162    { 
     63        this.fads = fads; 
    6264        db = HistoryDB.getHistoryDB(); 
    6365         
    … …  
    7375            this.store = store; 
    7476            this.qTable = qTable; 
    75             this.library = new ImportLibrary(store, reader, fads); 
     77            this.library = new ImportLibrary(store, reader); 
    7678            library.addObserver(qTable); 
    7779            library.addObserver(viewer); 
    … …  
    119121        viewer.appendToOutputLn("> Starting import at: " + myDate + "\n"); 
    120122        viewer.statusBar.setStatusIcon("gfx/import_icon_16.png", "Now importing."); 
    121          
    122         ImportContainer[] fads = library.getFilesAndDatasets(); 
     123 
    123124        qTable.importBtn.setText("Cancel"); 
    124125        qTable.importing = true; 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/