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, removeTableModelListener
public 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 TableModel
getColumnName
in class AbstractTableModel
public String[] getRowNames()
public Object getValueAt(int row, int col)
public Class<?> getColumnClass(int c)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public boolean isCellEditable(int row, int col)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object value, int row, int col)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
Copyright © 2024. All rights reserved.