/**
  * returns whether the table was sorted.
  *
  * @return true if the table was sorted
  */
 public synchronized boolean isSorted() {
   return m_Model.isSorted();
 }