ucar.unidata.view.sounding
Class AerologicalReadoutTable.SeparatorRowEntry
java.lang.Object
ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
ucar.unidata.view.sounding.AerologicalReadoutTable.SeparatorRowEntry
- Enclosing class:
- AerologicalReadoutTable
protected class AerologicalReadoutTable.SeparatorRowEntry
- extends AerologicalReadoutTable.RowEntry
Provides support for separating rows in the table.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AerologicalReadoutTable.SeparatorRowEntry
public AerologicalReadoutTable.SeparatorRowEntry(String name)
- Constructs from a name.
- Parameters:
name - The name of the separator.
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.