/**
  * Sets a table as last touched by the user.
  *
  * @param oTable Table to be set as last touched.
  */
 public void setLastTouched(EnhancedTable oTable) {
   oTable.setLastTouched(true);
 }