org.jlab.coda.afecs.ui.rcgui
Class RcDbRunTypes

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.String[],java.lang.Void>
      extended by org.jlab.coda.afecs.ui.rcgui.RcDbRunTypes
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.String[]>, java.util.concurrent.RunnableFuture<java.lang.String[]>

public class RcDbRunTypes
extends javax.swing.SwingWorker<java.lang.String[],java.lang.Void>

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), 6/3/11


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
RcDbRunTypes(CodaRcGui owner)
           
 
Method Summary
protected  java.lang.String[] doInBackground()
           
protected  void done()
           
 
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

RcDbRunTypes

public RcDbRunTypes(CodaRcGui owner)
Method Detail

doInBackground

protected java.lang.String[] doInBackground()
                                     throws java.lang.Exception
Specified by:
doInBackground in class javax.swing.SwingWorker<java.lang.String[],java.lang.Void>
Throws:
java.lang.Exception

done

protected void done()
Overrides:
done in class javax.swing.SwingWorker<java.lang.String[],java.lang.Void>