no message

This commit is contained in:
2024-10-17 22:09:18 +03:00
parent c9c8519a10
commit 6b7ed74c60
40 changed files with 398 additions and 316 deletions

View File

@@ -33,6 +33,15 @@ public class ComponentsSet extends DataSet<ComponentType, Component> {
return true;
}
@Override
public String[] getUIColumnNames() {
return new String[]{
"Компонент",
"Текущая версия",
"Актуальная версия",
"Дата сборки",
"Статус"};
}
@Override
protected void AdditionalInitColumns() {
columns.get(0).setVisible(false);
columns.get(3).setRendererClass(RendererMaskedNanInteger.class);
@@ -63,10 +72,6 @@ public class ComponentsSet extends DataSet<ComponentType, Component> {
};
}
@Override
public String[] getUIColumnNames() {
return new String[]{"Компонент", "Текущая версия", "Актуальная версия", "Дата сборки", "Статус"};
}
@Override
public Object getFieldAt(Component object, int columnIndex) {
switch (columnIndex) {
case 2: