예제 #1
0
 private EditorCell findTarget(EditorCell cell, int caretX) {
   return cell.getUpper(CellConditions.SELECTABLE, caretX);
 }