
Public Member Functions | |
| RawDataViewer () | |
| void | actionPerformed (ActionEvent e) |
| void | showNewData (Vector theRawData, String theTitle) |
Static Public Member Functions | |
| static RawDataViewer | getInstance () |
Package Attributes | |
| JTextArea | theTextArea |
| JButton | saveDataButton |
| JLabel | title |
| Vector | theRawData |
| JComboBox | fileNameMenu |
| int | current = 0 |
Static Private Attributes | |
| static RawDataViewer | instance = new RawDataViewer() |
Definition at line 10 of file RawDataViewer.java.
1.4.6