ucar.unidata.view.sounding
Class SkewTReadoutTable.SeparatorRowEntry

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

protected class SkewTReadoutTable.SeparatorRowEntry
extends SkewTReadoutTable.RowEntry

Provides support for separating rows in the table.


Field Summary
 
Fields inherited from class ucar.unidata.view.sounding.SkewTReadoutTable.RowEntry
rowIndex
 
Constructor Summary
SkewTReadoutTable.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.SkewTReadoutTable.RowEntry
setRowIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkewTReadoutTable.SeparatorRowEntry

public SkewTReadoutTable.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 SkewTReadoutTable.RowEntry
Parameters:
column - The column index.
Returns:
The value of the given column.