Shows the window for choosing a set of detailed output files - step 1 of the wizard.
More...
|
void | actionPerformed (ActionEvent oEvent) |
| Controls actions for this window.
|
|
|
void | addFiles () |
| Adds a set of detailed output files to the batch list.
|
|
void | removeFiles () |
| Removes a set of detailed output files to the batch list.
|
|
|
DefaultListModel< File > | m_jFilesListModel |
| List model of detailed output files currently in batch.
|
|
JList< File > | m_jFilesList |
| List of detailed output currently added to batch.
|
|
String | m_sHelpID = "windows.batch_extract_detailed_output_files_window" |
| Help ID string.
|
|
Shows the window for choosing a set of detailed output files - step 1 of the wizard.
void sortie.tools.batchoutput.FileChoosingWindow.actionPerformed |
( |
ActionEvent |
oEvent | ) |
|
Controls actions for this window.
- Parameters
-
void sortie.tools.batchoutput.FileChoosingWindow.addFiles |
( |
| ) |
|
|
private |
Adds a set of detailed output files to the batch list.
void sortie.tools.batchoutput.FileChoosingWindow.removeFiles |
( |
| ) |
|
|
private |
Removes a set of detailed output files to the batch list.
JList<File> sortie.tools.batchoutput.FileChoosingWindow.m_jFilesList |
|
private |
List of detailed output currently added to batch.
DefaultListModel<File> sortie.tools.batchoutput.FileChoosingWindow.m_jFilesListModel |
|
private |
List model of detailed output files currently in batch.
String sortie.tools.batchoutput.FileChoosingWindow.m_sHelpID = "windows.batch_extract_detailed_output_files_window" |
|
private |
The documentation for this class was generated from the following file: