BinExprCell(String signText) {
   CellFactory.to(this, left, space(), sign = label(signText), space(), right);
   focusable().set(true);
 }