public class FeatureTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
FeatureTableModel()
Instantiates a new feature table model.
|
FeatureTableModel(org.apache.uima.cas.Type type)
Constructor for FeatureTableModel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Gets the column count.
|
String |
getColumnName(int i) |
int |
getRowCount()
Gets the row count.
|
Object |
getValueAt(int rowIndex,
int columnIndex)
Gets the value at.
|
void |
setType(org.apache.uima.cas.Type type)
Sets the type.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic FeatureTableModel()
public FeatureTableModel(org.apache.uima.cas.Type type)
type - the typepublic void setType(org.apache.uima.cas.Type type)
type - the new typepublic String getColumnName(int i)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getRowCount()
TableModel.getRowCount()public int getColumnCount()
TableModel.getColumnCount()public Object getValueAt(int rowIndex, int columnIndex)
rowIndex - the row indexcolumnIndex - the column indexTableModel.getValueAt(int, int)Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.