no message
This commit is contained in:
@@ -122,6 +122,14 @@ public class CompilersDBTable extends iDBTable<Compiler> {
|
||||
@Override
|
||||
protected DataSetControlForm createUI(JPanel mountPanel) {
|
||||
return new DataSetControlForm(this, mountPanel) {
|
||||
@Override
|
||||
public String[] getUIColumnNames() {
|
||||
return new String[]{
|
||||
"описание",
|
||||
"команда вызова",
|
||||
"версия",
|
||||
"ревизия"};
|
||||
}
|
||||
@Override
|
||||
protected void AdditionalInitColumns() {
|
||||
columns.get(0).setVisible(false);
|
||||
@@ -151,10 +159,6 @@ public class CompilersDBTable extends iDBTable<Compiler> {
|
||||
};
|
||||
}
|
||||
@Override
|
||||
public String[] getUIColumnNames() {
|
||||
return new String[]{"описание", "команда вызова", "версия", "ревизия"};
|
||||
}
|
||||
@Override
|
||||
public Object getFieldAt(Compiler object, int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user