
Originally Posted by
mchanspring
I would like to implement a dynamic toolbar based on some user perspective.
We're using the jide-springrcp project to create different perspective that would show different views in the page. Is there a way to dynamically replace the "magic" toolbar? I don't want to just disable certain button. I would like a button to disable altogether when we switch to a different perspective.
Similar to what eclipse does, when you switch to Java perspective, we will see the "New package", "New class" button. But when you switch to debug perspective, those button is gone, not just disabled.
Thank you very much in advance.