|
How to change the shape of the title of the view |
|
|
To change the shape of the title of a view following line of code can be written in the preWindowOpen() method of the ApplicationWorkbenchWindowAdvisor.
PlatformUI.getPreferenceStore().putValue(
IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS,"true");
|
The shape of the title depends upon the second parameter of the above method. If this is false then the shape shown in the left figure will appear and when this is true then the shape shown in the right figure will appear.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.