

Public Member Functions | |
| ModuleCommentPrompt (String serialNo) | |
| Creates new form ModuleCommentPrompt. | |
| int | getNoRuns () |
| void | update (String serialNo) |
| void | createMenus () |
Package Attributes | |
| String | serialNo = null |
| boolean | resetFields = true |
| int | updateIndex = -1 |
| int | deleteIndex = -1 |
| int | rowSelect = -1 |
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 | updateComments () |
Private Attributes | |
| guiTableAdapter | commentTable |
| javax.swing.JTable | table |
| javax.swing.ButtonGroup | buttonGroup1 |
| javax.swing.JButton | cancelButton |
| javax.swing.JLabel | jLabel1 |
| javax.swing.JLabel | jLabel2 |
| javax.swing.JScrollPane | jScrollPane1 |
| javax.swing.JButton | okButton |
| javax.swing.JTextArea | comment |
| javax.swing.JTextField | username |
| JMenu | optionsMenu |
| String | defaultString = "Enter your comment(s) here." |
Classes | |
| class | tableMouseAdapter |
Definition at line 22 of file ModuleCommentPrompt.java.
1.4.6