edu.jhu.ece.iacl.jist.pipeline.gui
Class PlugInSelector.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.PlugInSelector.InitializeWorker
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Void>, java.util.concurrent.RunnableFuture<java.lang.Void>
Enclosing class:
PlugInSelector

protected class PlugInSelector.InitializeWorker
extends PipeLibrary.InitializeTask

Initalize plug-in library.

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
PlugInSelector.InitializeWorker(java.awt.Component parent, javax.swing.JScrollPane pane)
          Instantiates a new initialize worker.
 
Method Summary
 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

PlugInSelector.InitializeWorker

public PlugInSelector.InitializeWorker(java.awt.Component parent,
                                       javax.swing.JScrollPane pane)
Instantiates a new initialize worker.

Parameters:
parent - the parent
pane - the pane
Method Detail

done

public void done()
Build tree from modules.

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