Пример #1
0
 /**
  * Returns the "visible" row derived from row in the actual table model.
  *
  * @param internalRow the row in the actual model
  * @return the row in the sorted model, -1 in case of an error
  */
 public synchronized int getDisplayRow(int internalRow) {
   return m_Model.getDisplayRow(internalRow);
 }