public class StableTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
StableTableModel() |
StableTableModel(RegulatoryGraph lrg) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
byte[] |
getState(int sel) |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setExtra(boolean b) |
void |
setResult(org.colomoto.biolqm.helper.state.StateList states) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public StableTableModel()
public StableTableModel(RegulatoryGraph lrg)
public byte[] getState(int sel)
public void setResult(org.colomoto.biolqm.helper.state.StateList states)
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public void setExtra(boolean b)
Copyright © 2005–2020. All rights reserved.