Package ucar.unidata.view.sounding
Class SkewTReadoutTable.RowEntry
java.lang.Object
ucar.unidata.view.sounding.SkewTReadoutTable.RowEntry
- Direct Known Subclasses:
 SkewTReadoutTable.RealRowEntry,SkewTReadoutTable.SeparatorRowEntry
- Enclosing class:
 SkewTReadoutTable
Provides support for a row in the table model.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract ObjectgetValueAt(int column) Returns the value of the cell at a given column.voidsetRowIndex(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.
 
 
 -