protected class AerologicalReadoutTable.SeparatorRowEntry extends AerologicalReadoutTable.RowEntry
rowIndex
Constructor and Description |
---|
SeparatorRowEntry(java.lang.String name)
Constructs from a name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValueAt(int column)
Returns the value of a column.
|
setRowIndex
public SeparatorRowEntry(java.lang.String name)
name
- The name of the separator.public java.lang.Object getValueAt(int column)
getValueAt
in class AerologicalReadoutTable.RowEntry
column
- The column index.