public class FeatureTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
FeatureTableModel() |
FeatureTableModel(org.apache.uima.cas.Type type)
Constructor for FeatureTableModel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnName(int i) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setType(org.apache.uima.cas.Type 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)
public void setType(org.apache.uima.cas.Type type)
public 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)
TableModel.getValueAt(int, int)Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.