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