|
Public Member Functions |
| | EvalTableModel () |
| String | getColumnName (int col) |
| int | getRowCount () |
| int | getColumnCount () |
| void | setRankOffset (int newOffset) |
| int | getRankOffset () |
| void | clearAll () |
| void | clearScores () |
| void | addItem (IndexedReal _result, String _title, String _snippet) |
| void | addItem (IndexedReal _result, String _title, String _snippet, Double _evalScore) |
| void | setEvalScore (int rowIndex, Double newScore) |
| boolean | isCellEditable (int row, int col) |
| void | setValueAt (Object value, int rowIndex, int columnIndex) |
| Object | getValueAt (int rowIndex, int columnIndex) |
Private Attributes |
| int | rankOffset |
| java.util.Vector | results |
Static Private Attributes |
| String[] | fieldColumnNames = {"Rank", "Eval. Score", "Score", "Title", "Snippet" } |