uk.ac.cisban.rod.data.handlers
Class MasterplateSetHandler

java.lang.Object
  extended by javax.swing.SwingWorker<MANAGED,MANAGED1>
      extended by uk.ac.cisban.rod.data.handlers.StateSwingWorker
          extended by uk.ac.cisban.rod.data.handlers.MasterplateSetHandler
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future, java.util.concurrent.RunnableFuture

public class MasterplateSetHandler
extends StateSwingWorker

Saves a new MasterplateSet to the database.

Since:
03-Dec-2009, 15:30:02
Author:
Morgan Taschuk

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
MasterplateSetHandler(MasterplateLibraryCV mpcv, java.lang.String description, java.util.List<java.lang.String> barcodes, java.io.File file, BackgroundMutationCV bmcv, PlateCV pcv)
           
 
Method Summary
 java.lang.Void doInBackground()
           
 void done()
           
 
Methods inherited from class uk.ac.cisban.rod.data.handlers.StateSwingWorker
addException, addExceptions, getException, getId, getStatus, setRandomProgress, setStatus
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterplateSetHandler

public MasterplateSetHandler(MasterplateLibraryCV mpcv,
                             java.lang.String description,
                             java.util.List<java.lang.String> barcodes,
                             java.io.File file,
                             BackgroundMutationCV bmcv,
                             PlateCV pcv)
Method Detail

doInBackground

public java.lang.Void doInBackground()
                              throws java.lang.Exception
Specified by:
doInBackground in class javax.swing.SwingWorker
Throws:
java.lang.Exception

done

public void done()
Overrides:
done in class javax.swing.SwingWorker


Copyright © 2010. All Rights Reserved.