edu.jhu.ece.iacl.jist.dialogs
Class JDialogSaveAll

java.lang.Object
  extended by JDialogScriptableBase
      extended by edu.jhu.ece.iacl.jist.dialogs.JDialogSaveAll

public class JDialogSaveAll
extends JDialogScriptableBase

The Class JDialogSaveAll.


Field Summary
protected  java.io.File outputDir
          The output dir.
 
Constructor Summary
JDialogSaveAll()
          Instantiates a new j dialog save all.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 void algorithmPerformed(AlgorithmBase algorithm)
           
protected  void callAlgorithm()
           
protected  void doPostAlgorithmActions()
           
protected  void setGUIFromParams()
           
protected  void storeParamsFromGUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputDir

protected java.io.File outputDir
The output dir.

Constructor Detail

JDialogSaveAll

public JDialogSaveAll()
Instantiates a new j dialog save all.

Method Detail

callAlgorithm

protected void callAlgorithm()

setGUIFromParams

protected void setGUIFromParams()

storeParamsFromGUI

protected void storeParamsFromGUI()
                           throws ParserException
Throws:
ParserException

doPostAlgorithmActions

protected void doPostAlgorithmActions()

algorithmPerformed

public void algorithmPerformed(AlgorithmBase algorithm)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)