default:
throw new RuntimeException("Неизвестный тип таблицы");
}
}
else if (table instanceof TableOfTable){
selector = new TableOfTableSelector((TableOfTable)table, manager, tableId);
}
else{
throw new RuntimeException("Неизвестный тип таблицы");
}
selector.setRange(range);