uk.ac.cisban.rod.gui.functions.fill
Class GetExperiments

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

public class GetExperiments
extends StateSwingWorker<java.lang.Void,Experiment>

Fills the provided JComboBox with a list of Experiments from the database.

Author:
Morgan Taschuk

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
GetExperiments(javax.swing.JComboBox box)
           
 
Method Summary
 java.lang.Void doInBackground()
           
 void done()
           
 void progress(java.util.Collection<Experiment> media)
           
 
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

GetExperiments

public GetExperiments(javax.swing.JComboBox box)
Method Detail

doInBackground

public java.lang.Void doInBackground()
Specified by:
doInBackground in class javax.swing.SwingWorker<java.lang.Void,Experiment>

progress

public void progress(java.util.Collection<Experiment> media)

done

public void done()
Overrides:
done in class javax.swing.SwingWorker<java.lang.Void,Experiment>


Copyright © 2010. All Rights Reserved.