ucar.unidata.view.sounding
Class AerologicalReadoutTable.RowEntry

java.lang.Object
  extended by ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
Direct Known Subclasses:
AerologicalReadoutTable.RealRowEntry, AerologicalReadoutTable.SeparatorRowEntry
Enclosing class:
AerologicalReadoutTable

protected abstract class AerologicalReadoutTable.RowEntry
extends Object

Provides support for a row in the table model.


Field Summary
protected  int rowIndex
          The index of the row.
 
Constructor Summary
protected AerologicalReadoutTable.RowEntry()
          Constructs from nothing.
 
Method Summary
abstract  Object getValueAt(int column)
          Returns the value of the cell at a given column.
 void setRowIndex(int rowIndex)
          Constructs from a row index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowIndex

protected int rowIndex
The index of the row.

Constructor Detail

AerologicalReadoutTable.RowEntry

protected AerologicalReadoutTable.RowEntry()
Constructs from nothing.

Method Detail

setRowIndex

public void setRowIndex(int rowIndex)
Constructs from a row index.

Parameters:
rowIndex - The row index.

getValueAt

public abstract Object getValueAt(int column)
Returns the value of the cell at a given column.

Parameters:
column - The column index.
Returns:
The value of the given cell.