перенос метода получающего поле объекта для отображения
This commit is contained in:
@@ -75,19 +75,6 @@ public class MakefilesDBTable extends iDBTable<Makefile> {
|
||||
};
|
||||
}
|
||||
@Override
|
||||
public Object getFieldAt(Makefile object, int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
case 2:
|
||||
return object.getCompilerDescription();
|
||||
case 3:
|
||||
return object.command;
|
||||
case 4:
|
||||
return object.flags;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@Override
|
||||
public Current CurrentName() {
|
||||
return Current.Makefile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user