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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 5528 for trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/DataLoader.java

Show
Ignore:
Timestamp:
07/04/08 13:41:43 (5 months ago)
Author:
jburel
Message:

First implementation of the projection.
The preview is only available for now.

Files:
1 modified

  • trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/DataLoader.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/DataLoader.java

    r5256 r5528  
    3939import org.openmicroscopy.shoola.env.data.views.MetadataHandlerView; 
    4040import org.openmicroscopy.shoola.env.log.LogMessage; 
    41  
    4241import pojos.ExperimenterData; 
    4342 
    4443/**  
    45  *  
     44 * Parent of all classes that load data asynchronously for a {@link ImViewer}. 
     45 * All these classes invoke methods of the {@link DataHandlerView}, 
     46 * {@link MetadataHandlerView} or {@link ImageDataView}, 
     47 * which this class makes available through a <code>protected</code> field. 
     48 * Also, this class extends {@link DSCallAdapter} so that subclasses 
     49 * automatically become observers to an asynchronous call.  This class provides 
     50 * default implementations of some of the callbacks to notify the  
     51 * {@link ImViewer} of the progress and the user in the case of errors.  
     52 * Subclasses should at least implement the <code>handleResult</code> method  
     53 * to feed the {@link ImViewer} back with the results. 
    4654 * 
    4755 * @author  Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp; 

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/