перенос метода получающего поле объекта для отображения
This commit is contained in:
@@ -11,19 +11,6 @@ public class CompilerOptionsSet extends DataSet<String, CompilerOption> {
|
||||
super(String.class, CompilerOption.class);
|
||||
}
|
||||
@Override
|
||||
public Object getFieldAt(CompilerOption object, int columnIndex) {
|
||||
switch (columnIndex) {
|
||||
case 2:
|
||||
return object.parameterName + object.parameterSeparator;
|
||||
case 3:
|
||||
return object.parameterValue;
|
||||
case 4:
|
||||
return object.description;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@Override
|
||||
protected DataSetControlForm createUI(JPanel mountPanel) {
|
||||
return new DataSetControlForm(this, mountPanel) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user