suncertify.swingClient.swingTable
Class ScheTableRow

java.lang.Object
  |
  +--suncertify.swingClient.swingTable.ScheTableRow

public class ScheTableRow
extends java.lang.Object

The ScheTableRow represents a row of flights details. The ScheTableRow is used as the elements of a ScheTableModel table.

Version:
1.0 07/28/99

Constructor Summary
ScheTableRow(java.lang.Object[] values)
          The Constructor of the class.
 
Method Summary
 java.lang.Object[] getColumnValues()
          The function returns the ObjectArray representing the row by this Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheTableRow

public ScheTableRow(java.lang.Object[] values)
             throws TableException
The Constructor of the class.
Parameters:
values - -- and array of objects to be represented by this row.
Method Detail

getColumnValues

public java.lang.Object[] getColumnValues()
The function returns the ObjectArray representing the row by this Object.
Returns:
An array of Objects.