net.sourceforge.demetrix.ui
Class NewProcessChainActionSwingWorker

java.lang.Object
  extended bynet.sourceforge.demetrix.util.SwingWorker
      extended bynet.sourceforge.demetrix.ui.NewProcessChainActionSwingWorker

public class NewProcessChainActionSwingWorker
extends SwingWorker

Author:
Dimitri Pissarenko

Nested Class Summary
 
Nested classes inherited from class net.sourceforge.demetrix.util.SwingWorker
 
Field Summary
 
Fields inherited from class net.sourceforge.demetrix.util.SwingWorker
 
Constructor Summary
NewProcessChainActionSwingWorker()
           
 
Method Summary
 Object construct()
          Compute the value to be returned by the get method.
 
Methods inherited from class net.sourceforge.demetrix.util.SwingWorker
finished, get, getValue, interrupt, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewProcessChainActionSwingWorker

public NewProcessChainActionSwingWorker()
Method Detail

construct

public Object construct()
Description copied from class: SwingWorker
Compute the value to be returned by the get method.

Specified by:
construct in class SwingWorker