Problem: at the moment every subcomponent gets a Map<Layout,Component> injected
containing all declared bars in workbench. If no bar is declared a NullPointer
can occurred and you always have to look which type of bar is declared. Next
big problem is that the API can not differ which entry was set by which
subcomponent! Better way is to inject an empty map where you can register your
bar entries (see component registration in perspectives) for each component.
When you switch from one Perspective or component to an other the API can add
and remove bar entries dynamic.
Original issue reported on code.google.com by amo.a...@gmail.com on 23 Nov 2010 at 4:57
Original issue reported on code.google.com by
amo.a...@gmail.com
on 23 Nov 2010 at 4:57