Public Member Functions | |
ExitPrompt (java.awt.Frame parent, boolean modal) | |
Creates new form ExitPrompt. | |
int | getNoRuns () |
boolean | okToExit () |
Private Member Functions | |
void | initComponents () |
void | okButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | closeDialog (java.awt.event.WindowEvent evt) |
Closes the dialog. | |
void | fillTable () |
void | deleteDataFiles () |
String | getFileRegex () |
void | checkArchiveService () |
Private Attributes | |
guiTableAdapter | runTable |
javax.swing.JTable | table |
javax.swing.ButtonGroup | buttonGroup1 |
javax.swing.JButton | cancelButton |
javax.swing.JCheckBox | deleteAllRuns |
javax.swing.JCheckBox | deleteSelectedRuns |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JButton | okButton |
Hashtable | runNumberHash |
boolean | confirmExit = false |
Definition at line 14 of file ExitPrompt.java.