Esempio n. 1
0
 /**
  * Forcibly create one editor component. Then set the caret to the given position.
  *
  * @param pos where to place the caret
  * @return always non-<code>null</code> editor
  */
 protected Editor openAt(PositionRef pos) {
   return (Editor) del.openAt(pos, -1);
 }