TableModel
to the view. If the contents of the model are not sorted the model and view indices are the same.
@param modelRowIndex the index of the row in terms of the model
@return the index of the corresponding row in the view, or -1 ifthe row isn't visible
@throws IndexOutOfBoundsException if sorting is enabled and passed anindex outside the number of rows of the TableModel
@see javax.swing.table.TableRowSorter
@since 1.6
|
|