suncertify.swingClient.swingTable
Class FltsTableRow

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

public class FltsTableRow
extends java.lang.Object

The FltsTableRow represents a row of flights details. The FltsTableRow is used as the elements of a FltsTableModel table.

Version:
1.0 07/28/99

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

Constructor Detail

FltsTableRow

public FltsTableRow(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.String[] getColumnValues()
The function returns the string array representing the row.
Returns:
An array of strings representing the row