In my application, when I call getWindowConfigurer().setShowPerspectiveBar(true);
the application will show a default PerspectiveBar look like this
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?