protected class AerologicalReadoutTable.MyTableModel
extends javax.swing.table.AbstractTableModel
Constructor and Description |
---|
MyTableModel()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
addRowEntry(AerologicalReadoutTable.RowEntry entry)
Adds a row to the model.
|
int |
getColumnCount()
Returns the number of columns.
|
int |
getRowCount()
Returns the number of rows.
|
java.lang.Object |
getValueAt(int row,
int column)
Returns the value of a cell.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int row, int column)
row
- The row index.column
- The column index.public void addRowEntry(AerologicalReadoutTable.RowEntry entry)
entry
- The row to be added.