|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
protected abstract class AerologicalReadoutTable.RowEntry
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 |
|---|
protected int rowIndex
| Constructor Detail |
|---|
protected AerologicalReadoutTable.RowEntry()
| Method Detail |
|---|
public void setRowIndex(int rowIndex)
rowIndex - The row index.public abstract Object getValueAt(int column)
column - The column index.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||