Package ucar.unidata.view.sounding
Class AerologicalReadoutTable.SeparatorRowEntry
java.lang.Object
ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
ucar.unidata.view.sounding.AerologicalReadoutTable.SeparatorRowEntry
- Enclosing class:
AerologicalReadoutTable
Provides support for separating rows in the table.
-
Field Summary
Fields inherited from class ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
rowIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
setRowIndex
-
Constructor Details
-
SeparatorRowEntry
Constructs from a name.- Parameters:
name
- The name of the separator.
-
-
Method Details
-
getValueAt
Returns the value of a column.- Specified by:
getValueAt
in classAerologicalReadoutTable.RowEntry
- Parameters:
column
- The column index.- Returns:
- The value of the given column.
-