Package ucar.unidata.view.sounding
Class AerologicalReadoutTable.RowEntry
java.lang.Object
ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
- Direct Known Subclasses:
AerologicalReadoutTable.RealRowEntry
,AerologicalReadoutTable.SeparatorRowEntry
- Enclosing class:
AerologicalReadoutTable
Provides support for a row in the table model.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Object
getValueAt
(int column) Returns the value of the cell at a given column.void
setRowIndex
(int rowIndex) Constructs from a row index.
-
Field Details
-
rowIndex
protected int rowIndexThe index of the row.
-
-
Constructor Details
-
RowEntry
protected RowEntry()Constructs from nothing.
-
-
Method Details
-
setRowIndex
public void setRowIndex(int rowIndex) Constructs from a row index.- Parameters:
rowIndex
- The row index.
-
getValueAt
Returns the value of the cell at a given column.- Parameters:
column
- The column index.- Returns:
- The value of the given cell.
-