anl.aida.client.gui
Class ClusterPanel.ClusterWorker

java.lang.Object
  extended by javax.swing.SwingWorker<Clusters<anl.aida.core.DocumentID>,java.lang.Object>
      extended by anl.aida.client.gui.ClusterPanel.ClusterWorker
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<Clusters<anl.aida.core.DocumentID>>, java.util.concurrent.RunnableFuture<Clusters<anl.aida.core.DocumentID>>
Enclosing class:
ClusterPanel

 class ClusterPanel.ClusterWorker
extends javax.swing.SwingWorker<Clusters<anl.aida.core.DocumentID>,java.lang.Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Field Summary
private  int count
           
 
Constructor Summary
ClusterPanel.ClusterWorker(int count)
           
 
Method Summary
protected  Clusters<anl.aida.core.DocumentID> 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
 

Field Detail

count

private int count
Constructor Detail

ClusterPanel.ClusterWorker

ClusterPanel.ClusterWorker(int count)
Method Detail

doInBackground

protected Clusters<anl.aida.core.DocumentID> doInBackground()
                                                     throws java.lang.Exception
Specified by:
doInBackground in class javax.swing.SwingWorker<Clusters<anl.aida.core.DocumentID>,java.lang.Object>
Throws:
java.lang.Exception

done

protected void done()
Overrides:
done in class javax.swing.SwingWorker<Clusters<anl.aida.core.DocumentID>,java.lang.Object>