예제 #1
0
 /**
  * Returns the actual underlying row the given visible one represents. Useful for retrieving
  * "non-visual" data that is also stored in a TableModel.
  *
  * @param visibleRow the displayed row to retrieve the original row for
  * @return the original row
  */
 public synchronized int getActualRow(int visibleRow) {
   return m_Model.getActualRow(visibleRow);
 }