예제 #1
0
 /**
  * Returns whether the last search was a regular expression based one.
  *
  * @return true if last search was a reg exp one
  */
 public synchronized boolean isRegExpSearch() {
   return m_Model.isRegExpSearch();
 }