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 | |
static 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 | |
static 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.closeButton, guiUtilities.SpreadsheetViewer.db, guiUtilities.SpreadsheetViewer.exitForm(), guiUtilities.SpreadsheetViewer.rowSM, guiUtilities.SpreadsheetViewer.saveButton, guiUtilities.SpreadsheetViewer.scrollPane, guiUtilities.SpreadsheetViewer.table, guiUtilities.SpreadsheetViewer.titleLabel, and guiUtilities.myTableAdapter.writeTXT(). Referenced by guiUtilities.SpreadsheetViewer.SpreadsheetViewer(). Here is the call graph for this function: ![]() |