How to get relation between rows of TableModel and Displayed Table

Hi,I want to get the relation between the Table Rows and corresponding TableModel Rows. Do we have any API for rows similar to what we have for columns convertColumnIndexToModel.Thanks.Deepak
[219 byte] By [Deepak2001a] at [2007-11-27 4:32:38]
# 1
The row index is the same between the model and the table, unless you're using TableSorter.If you're using TableSorter you can use the functions in the class to convert between the model rows to the table rows.
Rodney_McKaya at 2007-7-12 9:42:22 > top of Java-index,Desktop,Core GUI APIs...