コード例 #1
0
 /** Removes specified handler from the parse process. */
 public void removeRegionHandler(RegionHandler rh) {
   baseEditor.removeRegionHandler(rh);
 }
コード例 #2
0
 /*
  * Uninstalls this DeepLevelCounter from the base editor
  */
 public void uninstall() {
   if (fBaseEditor != null) {
     fBaseEditor.removeRegionHandler(fRegionHandler);
     fBaseEditor = null;
   }
 }