вывод диалоговых форм для объектов в отдельный класс
This commit is contained in:
@@ -39,7 +39,7 @@ public class DeleteServerObjects<S extends RepositoryServer, D extends DBObject>
|
||||
if (!table.getUI().CheckSelectedOrCurrent(Log))
|
||||
return false;
|
||||
target = table.getUI().getSelectedOrCurrentKeys();
|
||||
return table.ShowDeleteObjectsDialog(target.size());
|
||||
return table.getUI().ShowDeleteObjectsDialog(target.size());
|
||||
}
|
||||
//Очищаем все связанные таблицы, чтобы не допустить перерисовки во время удаления объекта.
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user