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

Shows the window for choosing a set of detailed output files - step 1 of the wizard. More...

Inheritance diagram for sortie.tools.batchoutput.FileChoosingWindow:

Public Member Functions

void actionPerformed (ActionEvent oEvent)
 Controls actions for this window. More...
 

Private Member Functions

void addFiles ()
 Adds a set of detailed output files to the batch list. More...
 
void removeFiles ()
 Removes a set of detailed output files to the batch list. More...
 

Private Attributes

DefaultListModel< File > m_jFilesListModel
 List model of detailed output files currently in batch. More...
 
JList< File > m_jFilesList
 List of detailed output currently added to batch. More...
 
String m_sHelpID = "windows.batch_extract_detailed_output_files_window"
 Help ID string. More...
 

Detailed Description

Shows the window for choosing a set of detailed output files - step 1 of the wizard.

Member Function Documentation

◆ actionPerformed()

void sortie.tools.batchoutput.FileChoosingWindow.actionPerformed ( ActionEvent  oEvent)

Controls actions for this window.

Parameters
oEventActionEvent.

◆ addFiles()

void sortie.tools.batchoutput.FileChoosingWindow.addFiles ( )
private

Adds a set of detailed output files to the batch list.

◆ removeFiles()

void sortie.tools.batchoutput.FileChoosingWindow.removeFiles ( )
private

Removes a set of detailed output files to the batch list.

Member Data Documentation

◆ m_jFilesList

JList<File> sortie.tools.batchoutput.FileChoosingWindow.m_jFilesList
private

List of detailed output currently added to batch.

◆ m_jFilesListModel

DefaultListModel<File> sortie.tools.batchoutput.FileChoosingWindow.m_jFilesListModel
private

List model of detailed output files currently in batch.

◆ m_sHelpID

String sortie.tools.batchoutput.FileChoosingWindow.m_sHelpID = "windows.batch_extract_detailed_output_files_window"
private

Help ID string.


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