ucar.unidata.view.sounding
Class AerologicalReadoutTable.SeparatorRowEntry

java.lang.Object
  extended by ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
      extended by ucar.unidata.view.sounding.AerologicalReadoutTable.SeparatorRowEntry
Enclosing class:
AerologicalReadoutTable

protected class AerologicalReadoutTable.SeparatorRowEntry
extends AerologicalReadoutTable.RowEntry

Provides support for separating rows in the table.


Field Summary
 
Fields inherited from class ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
rowIndex
 
Constructor Summary
AerologicalReadoutTable.SeparatorRowEntry(String name)
          Constructs from a name.
 
Method Summary
 Object getValueAt(int column)
          Returns the value of a column.
 
Methods inherited from class ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
setRowIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AerologicalReadoutTable.SeparatorRowEntry

public AerologicalReadoutTable.SeparatorRowEntry(String name)
Constructs from a name.

Parameters:
name - The name of the separator.
Method Detail

getValueAt

public Object getValueAt(int column)
Returns the value of a column.

Specified by:
getValueAt in class AerologicalReadoutTable.RowEntry
Parameters:
column - The column index.
Returns:
The value of the given column.