edu.jhu.ece.iacl.jist.pipeline.gui
Class ModuleTreePanel.InitializeWorker

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
      extended by edu.jhu.ece.iacl.jist.pipeline.PipeLibrary.InitializeTask
          extended by edu.jhu.ece.iacl.jist.pipeline.gui.ModuleTreePanel.InitializeWorker
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Void>, java.util.concurrent.RunnableFuture<java.lang.Void>
Enclosing class:
ModuleTreePanel

protected class ModuleTreePanel.InitializeWorker
extends PipeLibrary.InitializeTask

Initialize module tree.

Author:
Blake Lucas (bclucas@jhu.edu)

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeLibrary.InitializeTask
parent
 
Constructor Summary
ModuleTreePanel.InitializeWorker(java.awt.Component parent)
          Instantiates a new initialize worker.
 
Method Summary
protected  void done()
          Build tree from modules.
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeLibrary.InitializeTask
doInBackground
 
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

ModuleTreePanel.InitializeWorker

public ModuleTreePanel.InitializeWorker(java.awt.Component parent)
Instantiates a new initialize worker.

Parameters:
parent - the parent
Method Detail

done

protected void done()
Build tree from modules.

Overrides:
done in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>