перевод тестовых описания данных обратно в таблицы. нужно для обобщения описаний типовых проходов

This commit is contained in:
2024-10-22 19:17:01 +03:00
parent 2edaffd634
commit 2fed433634
63 changed files with 339 additions and 278 deletions

View File

@@ -19,6 +19,13 @@ public class DataSet<K, D extends DBObject> extends DataSetAnchestor {
k = k_in;
d = d_in;
}
//--
public String getPluralDescription() {
return "";
}
public String getSingleDescription() {
return "";
}
//---
protected DataSetControlForm createUI(JPanel mountPanel) {
return null;