public class EnrichmentTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
EnrichmentTableModel(org.cytoscape.model.CyTable cyTable,
String[] columnNames) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllRowCount() |
Class<?> |
getColumnClass(int c) |
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
String[] |
getRowNames() |
Object |
getValueAt(int row,
int col) |
Object |
getValueAt(int row,
String colName) |
boolean |
isCellEditable(int row,
int col) |
void |
setValueAt(Object value,
int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic EnrichmentTableModel(org.cytoscape.model.CyTable cyTable,
String[] columnNames)
public int getColumnCount()
public int getRowCount()
public int getAllRowCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic String[] getRowNames()
public Object getValueAt(int row, int col)
public Class<?> getColumnClass(int c)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int row,
int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object value, int row, int col)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2021. All rights reserved.