suncertify.swingClient.swingTable
Class ClientTableRow

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

public class ClientTableRow
extends java.lang.Object

The ClientTableRow represents Client's details The ClientTableRow is used as the elements of a ClientTableModel table.

Version:
1.0 07/28/99

Constructor Summary
ClientTableRow(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

ClientTableRow

public ClientTableRow(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