protected abstract class AerologicalReadoutTable.RowEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
rowIndex
The index of the row.
|
Modifier | Constructor and Description |
---|---|
protected |
RowEntry()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
getValueAt(int column)
Returns the value of the cell at a given column.
|
void |
setRowIndex(int rowIndex)
Constructs from a row index.
|
public void setRowIndex(int rowIndex)
rowIndex
- The row index.public abstract java.lang.Object getValueAt(int column)
column
- The column index.