public void registerTableCellEditor(@NotNull TableCellEditor cellEditor) {
   registerTableCellEditor(this, cellEditor);
 }