обобщение именования стандартных проходов,теперь их описание берется из таблицы к которой они относятся.

This commit is contained in:
2024-10-22 19:53:38 +03:00
parent 2fed433634
commit 84c3813894
16 changed files with 79 additions and 237 deletions

View File

@@ -12,6 +12,9 @@ public class EditServerObject<S extends RepositoryServer, D extends DBObject> ex
public String getIconPath() {
return "/Common/icons/Edit.png";
}
public String getDescription_(){
return "редактирование";
}
//--
@Override
protected boolean canStart(Object... args) throws Exception {