Ejemplo n.º 1
0
 private EditorCell findTarget(EditorCell cell, int caretX) {
   return cell.getLower(CellConditions.SELECTABLE, caretX);
 }