Class FileStoreSwingWorker

  • All Implemented Interfaces:
    java.lang.Runnable, java.util.concurrent.Future<java.lang.Object>, java.util.concurrent.RunnableFuture<java.lang.Object>

    public class FileStoreSwingWorker
    extends javax.swing.SwingWorker<java.lang.Object,​java.lang.Object>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.SwingWorker

        javax.swing.SwingWorker.StateValue
    • Constructor Summary

      Constructors 
      Constructor Description
      FileStoreSwingWorker​(javax.swing.JProgressBar fileProgressbar, javax.swing.JProgressBar overallProgressbar, java.nio.file.Path file, ClientPrimaryDataFile clientPrimaryDataFile, java.util.concurrent.CountDownLatch latch)  
    • Method Summary

      Modifier and Type Method Description
      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

      • FileStoreSwingWorker

        public FileStoreSwingWorker​(javax.swing.JProgressBar fileProgressbar,
                                    javax.swing.JProgressBar overallProgressbar,
                                    java.nio.file.Path file,
                                    ClientPrimaryDataFile clientPrimaryDataFile,
                                    java.util.concurrent.CountDownLatch latch)
    • Method Detail

      • doInBackground

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

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