рефакторинг создания меню баров для таблиц
This commit is contained in:
@@ -71,4 +71,8 @@ public class ServerSapforsDBTable extends iDBTable<ServerSapfor> {
|
||||
};
|
||||
// return Comparator.comparingInt(o -> o.).reversed();
|
||||
}
|
||||
@Override
|
||||
public Class getMenuBarClass() {
|
||||
return ServerSapforsBar.class;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user