Public Member Functions | |
SpreadsheetViewer () | |
Creates new form JFrame. | |
void | valueChanged (ListSelectionEvent e) |
void | update (String text, java.util.Vector theData) |
int | getSelectedRow () |
Static Public Member Functions | |
SpreadsheetViewer | getInstance () |
Package Attributes | |
int | selectedRow |
ListSelectionModel | rowSM |
myTableAdapter | db |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | exitForm (java.awt.event.WindowEvent evt) |
Exit the Application. | |
Private Attributes | |
javax.swing.JButton | saveButton |
javax.swing.JButton | closeButton |
javax.swing.JLabel | titleLabel |
javax.swing.JScrollPane | scrollPane |
javax.swing.JTable | table |
Static Private Attributes | |
SpreadsheetViewer | instance = new SpreadsheetViewer() |
Definition at line 12 of file SpreadsheetViewer.java.
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 35 of file SpreadsheetViewer.java. References guiUtilities.SpreadsheetViewer.exitForm(). Referenced by guiUtilities.SpreadsheetViewer.SpreadsheetViewer(). |
Here is the call graph for this function: