gate.gui
Class SearchPRViewer.ResultsTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
gate.gui.SearchPRViewer.ResultsTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- SearchPRViewer
- protected class SearchPRViewer.ResultsTableModel
- extends AbstractTableModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOC_NAME_COLUMN
private static final int DOC_NAME_COLUMN
- See Also:
- Constant Field Values
DOC_SCORE_COLUMN
private static final int DOC_SCORE_COLUMN
- See Also:
- Constant Field Values
SearchPRViewer.ResultsTableModel
protected SearchPRViewer.ResultsTableModel()
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getColumnName
public String getColumnName(int columnIndex)
getColumnClass
public Class getColumnClass(int columnIndex)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
guessDocName
protected Object guessDocName(Object docID)
- Attempts to guess the document name from the ID returned by the searcher