SORTIE Java Interface  1
Public Member Functions | Protected Attributes | Private Attributes | List of all members
sortie.tools.batchoutput.BatchDetailedOutput Class Reference

This class allows the user to set up batch extraction of data from detailed output files. More...

Public Member Functions

 BatchDetailedOutput (MainWindow oParent, HelpBroker jBroker)
 Starts the batch extraction wizard. More...
 
void cleanup () throws ModelException
 Causes cleanup of all detailed output files. More...
 
HelpBroker getHelpBroker ()
 
void doStep1Next (Object[] p_jFiles)
 This is called when step one of the batch extraction wizard has completed. More...
 
void doFinish ()
 This performs the final step of the wizard: writing all of the output files. More...
 

Protected Attributes

MainWindow m_oParent
 Main window parent. More...
 
MenuElement [] mp_jLineGraphChoices
 Menu with the line graph choices. More...
 
MenuElement [] mp_jHistogramChoices
 Menu with the histogram choices. More...
 
MenuElement [] mp_jTableChoices
 Menu with the table choices. More...
 
MenuElement [] mp_jMapChoices
 Menu with the map choices. More...
 

Private Attributes

HelpBroker m_jBroker
 Help broker. More...
 

Detailed Description

This class allows the user to set up batch extraction of data from detailed output files.

This uses a wizard format.

Author
Lora E. Murphy Edit history:
---------------—
June 28, 2011: Created (LEM)

Constructor & Destructor Documentation

◆ BatchDetailedOutput()

sortie.tools.batchoutput.BatchDetailedOutput.BatchDetailedOutput ( MainWindow  oParent,
HelpBroker  jBroker 
)

Starts the batch extraction wizard.

Parameters
oParentParent window.
jBrokerHelp broker for providing help information.

Member Function Documentation

◆ cleanup()

void sortie.tools.batchoutput.BatchDetailedOutput.cleanup ( ) throws ModelException

Causes cleanup of all detailed output files.

◆ doFinish()

void sortie.tools.batchoutput.BatchDetailedOutput.doFinish ( )

This performs the final step of the wizard: writing all of the output files.

◆ doStep1Next()

void sortie.tools.batchoutput.BatchDetailedOutput.doStep1Next ( Object []  p_jFiles)

This is called when step one of the batch extraction wizard has completed.

This launches the background thread process that extracts the options from the chosen detailed output files.

Parameters
p_jFilesThe set of detailed output files as "File" objects to pass to the worker thread.

◆ getHelpBroker()

HelpBroker sortie.tools.batchoutput.BatchDetailedOutput.getHelpBroker ( )

Member Data Documentation

◆ m_jBroker

HelpBroker sortie.tools.batchoutput.BatchDetailedOutput.m_jBroker
private

Help broker.

◆ m_oParent

MainWindow sortie.tools.batchoutput.BatchDetailedOutput.m_oParent
protected

Main window parent.

◆ mp_jHistogramChoices

MenuElement [] sortie.tools.batchoutput.BatchDetailedOutput.mp_jHistogramChoices
protected

Menu with the histogram choices.

◆ mp_jLineGraphChoices

MenuElement [] sortie.tools.batchoutput.BatchDetailedOutput.mp_jLineGraphChoices
protected

Menu with the line graph choices.

◆ mp_jMapChoices

MenuElement [] sortie.tools.batchoutput.BatchDetailedOutput.mp_jMapChoices
protected

Menu with the map choices.

◆ mp_jTableChoices

MenuElement [] sortie.tools.batchoutput.BatchDetailedOutput.mp_jTableChoices
protected

Menu with the table choices.


The documentation for this class was generated from the following file: