Uses of Class
com.retek.commons.gui.table.RDisplayTableCell

Packages that use RDisplayTableCell
com.retek.commons.gui.table   
 

Uses of RDisplayTableCell in com.retek.commons.gui.table
 

Methods in com.retek.commons.gui.table that return RDisplayTableCell
protected  RDisplayTableCell RDisplayTableSortTest.createTableCell(java.lang.String string)
           
 RDisplayTableCell[] RDisplayTable.getFullRowData(int row)
          Retrieves the entire row data for a given row number.
 

Methods in com.retek.commons.gui.table with parameters of type RDisplayTableCell
 void RDisplayTable.addRow(RDisplayTableCell[] rowArray)
          Adds a row of data to the table.
 void RDisplayTable.insertRow(RDisplayTableCell[] rowArray, int rowNumber)
          Inserts a row of data into the table.
 void RDisplayTable.updateRow(RDisplayTableCell[] rowArray, int rowNumber)
          Updates a row of data in the table.
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28