рефакторинг создания меню баров для таблиц
This commit is contained in:
@@ -70,4 +70,8 @@ public class MakefilesDBTable extends iDBTable<Makefile> {
|
||||
public Current CurrentName() {
|
||||
return Current.Makefile;
|
||||
}
|
||||
@Override
|
||||
public Class getMenuBarClass() {
|
||||
return MakefilesMenuBar.class;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user