|
Public Member Functions |
| int | getColumnCount () |
| int | getRowCount () |
| String | getColumnName (int col) |
| Object | getValueAt (int row, int col) |
| Class | getColumnClass (int c) |
| void | resize (int row) |
| void | displayScores (boolean display) |
| void | clear () |
| void | setValueAt (Object obj, int row, int col) |
| void | setValueAt (int row, String doc, String title) |
| void | setValueAt (int row, double score, String doc, String title) |
Package Attributes |
| boolean | showScores = false |
Private Attributes |
| String[] | noScoreColumnNames = {"Document", "Title"} |
| String[] | scoreColumnNames = {"Score", "Document", "Title"} |
| String[] | columnNames = noScoreColumnNames |
| Object[][] | noScoreData = new Object[0][0] |
| Object[][] | scoreData = new Object[0][0] |
| Object[][] | data = noScoreData |