edu.ucla.stat.SOCR.analyses.util.moduls.frm.Panels
Class Jpan_btn.MDComputation

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
      extended by edu.ucla.stat.SOCR.analyses.util.moduls.frm.Panels.Jpan_btn.MDComputation
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Void>, java.util.concurrent.RunnableFuture<java.lang.Void>
Enclosing class:
Jpan_btn

public class Jpan_btn.MDComputation
extends javax.swing.SwingWorker<java.lang.Void,java.lang.Void>


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
Jpan_btn.MDComputation(java.lang.String action, tipusDades typeData, metodo method, int precision, int nbElements, double minBase)
           
 
Method Summary
 java.lang.Void doInBackground()
           
 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

Jpan_btn.MDComputation

public Jpan_btn.MDComputation(java.lang.String action,
                              tipusDades typeData,
                              metodo method,
                              int precision,
                              int nbElements,
                              double minBase)
Method Detail

doInBackground

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

done

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