/**
  * Returns the actual row count in the model.
  *
  * @return the row count in the underlying data
  */
 public synchronized int getActualRowCount() {
   return m_Model.getActualRowCount();
 }