рефакторинг создания меню баров для таблиц
This commit is contained in:
@@ -95,4 +95,8 @@ public class EnvironmentValuesDBTable extends iDBTable<EnvironmentValue> {
|
||||
if (environmentValue.name.equalsIgnoreCase(name_in)) return environmentValue;
|
||||
return null;
|
||||
}
|
||||
@Override
|
||||
public Class getMenuBarClass() {
|
||||
return EnvironmentValuesMenuBar.class;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user