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

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

public class RcConfigure
extends javax.swing.SwingWorker<java.lang.Integer,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/1/11


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
RcConfigure(CodaRcGui owner)
           
RcConfigure(CodaRcGui owner, int waitFor)
           
 
Method Summary
protected  java.lang.Integer 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

RcConfigure

public RcConfigure(CodaRcGui owner)

RcConfigure

public RcConfigure(CodaRcGui owner,
                   int waitFor)
Method Detail

doInBackground

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

done

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