protected class LuceneDataStoreSearchGUI.ResultTableModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_COUNT |
static int |
DOCUMENT_COLUMN |
protected Map<String,String> |
featureByTypeMap |
static int |
FEATURES_COLUMN |
static int |
LEFT_CONTEXT_COLUMN |
static int |
MAX_COL_WIDTH
Maximum number of characters for the result column.
|
static int |
QUERY_COLUMN |
static int |
RESULT_COLUMN |
static int |
RIGHT_CONTEXT_COLUMN |
static int |
SET_COLUMN |
listenerList| Constructor and Description |
|---|
ResultTableModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireTableDataChanged() |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic static final int MAX_COL_WIDTH
public static final int LEFT_CONTEXT_COLUMN
public static final int RESULT_COLUMN
public static final int RIGHT_CONTEXT_COLUMN
public static final int FEATURES_COLUMN
public static final int QUERY_COLUMN
public static final int DOCUMENT_COLUMN
public static final int SET_COLUMN
public static final int COLUMN_COUNT
public int getRowCount()
public int getColumnCount()
public String getColumnName(int columnIndex)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public void fireTableDataChanged()
fireTableDataChanged in class AbstractTableModelCopyright © 2024 GATE. All rights reserved.