I have two perspectives , but to see the second perspective , as you know have to click button ‘open perspective’.
Is there way that the second perspective button shown up automatically , when application start up?
I have two perspectives , but to see the second perspective , as you
Share
It sounds like you want the default size of the perspective switcher (the bar containing the perspective buttons) to be larger than usual. To do that, you could perhaps use an instance of the ActionBarAdvisor class; you’ll probably also need a WorkbenchWindowAdvisor class.
I don’t see any methods to directly access the switcher object, so I think you’ll have to look at the component tree to find it.
Seems like there ought to be an easier way, but I don’t see one.