binaryFileStorage
Class BinaryStore.BinaryDataMapMaker

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.Integer,BinaryMapMakeProgress>
      extended by binaryFileStorage.BinaryStore.BinaryDataMapMaker
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Integer>, java.util.concurrent.RunnableFuture<java.lang.Integer>
Enclosing class:
BinaryStore

 class BinaryStore.BinaryDataMapMaker
extends javax.swing.SwingWorker<java.lang.Integer,BinaryMapMakeProgress>


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
BinaryStore.BinaryDataMapMaker()
           
 
Method Summary
protected  java.lang.Integer doInBackground()
           
protected  void done()
           
protected  void process(java.util.List<BinaryMapMakeProgress> chunks)
           
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryStore.BinaryDataMapMaker

BinaryStore.BinaryDataMapMaker()
Method Detail

doInBackground

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

done

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

process

protected void process(java.util.List<BinaryMapMakeProgress> chunks)
Overrides:
process in class javax.swing.SwingWorker<java.lang.Integer,BinaryMapMakeProgress>