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

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

public class RcSetRunNumber
extends javax.swing.SwingWorker<int[],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
RcSetRunNumber(CodaRcGui owner)
           
 
Method Summary
protected  int[] 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

RcSetRunNumber

public RcSetRunNumber(CodaRcGui owner)
Method Detail

doInBackground

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

done

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