0

In my application, when I call getWindowConfigurer().setShowPerspectiveBar(true); the application will show a default PerspectiveBar look like this

enter image description here

Now I want to customize my PerspectiveBar by remove the small icon at the left and add few more button.

How can I do that?

gamo
  • 1,549
  • 7
  • 24
  • 36
  • By 'more buttons' do you mean more perspectives shown by default? Removing the icons would be very difficult. – greg-449 Oct 07 '14 at 07:14
  • Could you please tell me the way to edit or change the PerspectiveBar. Or is there a way to create our Perspectivebar? – gamo Oct 07 '14 at 07:54
  • Replacing the perspective bar is pretty much impossible since all the classes are in **internal** packages which are not part of the Eclipse API. This [question and answer](http://stackoverflow.com/q/708502/2670892) cover some of the things that can be done. – greg-449 Oct 07 '14 at 08:59

0 Answers0