перенос метода получающего поле объекта для отображения
This commit is contained in:
@@ -191,4 +191,19 @@ public class Compiler extends iDBObject {
|
||||
public String getVersionInfo() {
|
||||
return "v=" + version + " r=" + revision;
|
||||
}
|
||||
//
|
||||
@Override
|
||||
public Object getFieldAt(int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
case 2:
|
||||
return description;
|
||||
case 3:
|
||||
return call_command;
|
||||
case 4:
|
||||
return version;
|
||||
case 5:
|
||||
return revision;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user