no message
This commit is contained in:
@@ -120,6 +120,18 @@ public class RunConfigurationsDBTable extends iDBTable<RunConfiguration> {
|
||||
@Override
|
||||
protected DataSetControlForm createUI(JPanel mountPanel) {
|
||||
return new DataSetControlForm(this, mountPanel) {
|
||||
@Override
|
||||
public String[] getUIColumnNames() {
|
||||
return new String[]{
|
||||
"Команда",
|
||||
"Опции",
|
||||
"Разм.",
|
||||
"Куб",
|
||||
"Min",
|
||||
"Max",
|
||||
"Аргументы"
|
||||
};
|
||||
}
|
||||
@Override
|
||||
protected void AdditionalInitColumns() {
|
||||
columns.get(0).setVisible(false);
|
||||
@@ -140,18 +152,6 @@ public class RunConfigurationsDBTable extends iDBTable<RunConfiguration> {
|
||||
};
|
||||
}
|
||||
@Override
|
||||
public String[] getUIColumnNames() {
|
||||
return new String[]{
|
||||
"Команда",
|
||||
"Опции",
|
||||
"Разм.",
|
||||
"Куб",
|
||||
"Min",
|
||||
"Max",
|
||||
"Аргументы"
|
||||
};
|
||||
}
|
||||
@Override
|
||||
public Object getFieldAt(RunConfiguration object, int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user