Shows the window for choosing save options - step 2 of the wizard.
More...
Shows the window for choosing save options - step 2 of the wizard.
sortie.tools.batchoutput.OptionChoosingWindow.OptionChoosingWindow |
( |
BatchDetailedOutput |
oMaster | ) |
|
Constructor.
- Parameters
-
oMaster | Master batch class |
void sortie.tools.batchoutput.OptionChoosingWindow.actionPerformed |
( |
ActionEvent |
oEvent | ) |
|
Controls actions for this window.
- Parameters
-
void sortie.tools.batchoutput.OptionChoosingWindow.createChartMenus |
( |
| ) |
|
|
private |
Assembles the menu of chart choices.
void sortie.tools.batchoutput.OptionChoosingWindow.createGUI |
( |
HelpBroker |
jBroker | ) |
|
|
private |
void sortie.tools.batchoutput.OptionChoosingWindow.dialogAdd |
( |
BatchOptionsDialog |
oDialog | ) |
|
Called when the user is finished with the dialogue displaying options for a particular data request.
- Parameters
-
oDialog | Dialogue of options |
void sortie.tools.batchoutput.OptionChoosingWindow.doSetup |
( |
HelpBroker |
jBroker | ) |
|
This obtains the chart options and creates the GUI.
This would normally be done in the constructor, but I need to be able to do this in a separate step because of the way FileAnalysisBackgroundProcess merges menus.
JPopupMenu sortie.tools.batchoutput.OptionChoosingWindow.m_jHistogramChoices |
|
private |
Menu with the histogram choices.
JButton sortie.tools.batchoutput.OptionChoosingWindow.m_jHistogramMenuButton |
|
private |
Button which opens the histogram choices menu.
JPopupMenu sortie.tools.batchoutput.OptionChoosingWindow.m_jLineGraphChoices |
|
private |
Menu with the line graph choices.
JButton sortie.tools.batchoutput.OptionChoosingWindow.m_jLineGraphMenuButton |
|
private |
Button which opens the line graph choices menu.
JPopupMenu sortie.tools.batchoutput.OptionChoosingWindow.m_jMapChoices |
|
private |
Menu with the map choices.
JButton sortie.tools.batchoutput.OptionChoosingWindow.m_jMapMenuButton |
|
private |
Button which opens the map choices menu.
JList<ChartInfo> sortie.tools.batchoutput.OptionChoosingWindow.m_jOptionsList |
|
private |
List of chart options currently added to batch.
DefaultListModel<ChartInfo> sortie.tools.batchoutput.OptionChoosingWindow.m_jOptionsListModel |
|
private |
List model of chart options files currently in batch.
JPopupMenu sortie.tools.batchoutput.OptionChoosingWindow.m_jTableChoices |
|
private |
Menu with the table choices.
JButton sortie.tools.batchoutput.OptionChoosingWindow.m_jTableMenuButton |
|
private |
Button which opens the table choices menu.
String sortie.tools.batchoutput.OptionChoosingWindow.m_sHelpID = "windows.batch_extract_detailed_output_files_window" |
|
private |
The documentation for this class was generated from the following file: