anl.aida.client.gui
Class ConceptPanel.ClusterWorker

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

 class ConceptPanel.ClusterWorker
extends javax.swing.SwingWorker<java.lang.Iterable<ScoredKeyword>,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
ConceptPanel.ClusterWorker(int count)
           
 
Method Summary
protected  java.lang.Iterable<ScoredKeyword> 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

ConceptPanel.ClusterWorker

ConceptPanel.ClusterWorker(int count)
Method Detail

doInBackground

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

done

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