Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » View Tab Look
View Tab Look [message #813796] Mon, 05 March 2012 18:11 Go to next message
Ken Childress is currently offline Ken ChildressFriend
Messages: 37
Registered: March 2012
Member
I am using Eclipse 3.7 to create an RCP application. I am wondering why the tab for a View looks different in my RCP application than it does in Eclipse.

The Eclipse tab,

index.php/fa/7406/0/

The tab in my RCP applicatoin,

index.php/fa/7407/0/

I know the icons are different. I'm referring specifically to the rounded form of the tab.

My RCP applications are just created with the "RCP application with a view" template.

Any suggestions?

Thanks.


Ken...
  • Attachment: 000052.png
    (Size: 6.51KB, Downloaded 800 times)
  • Attachment: 000051.png
    (Size: 10.69KB, Downloaded 715 times)
Re: View Tab Look [message #813859 is a reply to message #813796] Mon, 05 March 2012 19:50 Go to previous messageGo to next message
Arjan Huijzer is currently offline Arjan HuijzerFriend
Messages: 9
Registered: October 2011
Junior Member
Hi Ken,

Please check the following link:
stackoverflow.com/questions/5978014/eclipse-lookfeel-customization

Gr.
Arjan
Re: View Tab Look [message #813887 is a reply to message #813859] Mon, 05 March 2012 20:29 Go to previous messageGo to next message
Libor Jelinek is currently offline Libor JelinekFriend
Messages: 143
Registered: January 2012
Location: Prague, Czech Rep.
Senior Member

Or much simplier using good old-school way in WorkbenchAdvisor.initialize():

PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, true);

Re: View Tab Look [message #813888 is a reply to message #813859] Mon, 05 March 2012 20:30 Go to previous messageGo to next message
Libor Jelinek is currently offline Libor JelinekFriend
Messages: 143
Registered: January 2012
Location: Prague, Czech Rep.
Senior Member

Or much simplier using good old-school way in WorkbenchAdvisor.initialize():

PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, true);

Re: View Tab Look [message #813889 is a reply to message #813859] Mon, 05 March 2012 20:30 Go to previous messageGo to next message
Libor Jelinek is currently offline Libor JelinekFriend
Messages: 143
Registered: January 2012
Location: Prague, Czech Rep.
Senior Member

Or much simplier using good old-school way in WorkbenchAdvisor.initialize():

PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, true);

Re: View Tab Look [message #813891 is a reply to message #813859] Mon, 05 March 2012 20:31 Go to previous messageGo to next message
Libor Jelinek is currently offline Libor JelinekFriend
Messages: 143
Registered: January 2012
Location: Prague, Czech Rep.
Senior Member

Or much simplier using good old-school way in WorkbenchAdvisor.initialize():

PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, true);

Re: View Tab Look [message #814926 is a reply to message #813889] Wed, 07 March 2012 02:29 Go to previous message
Ken Childress is currently offline Ken ChildressFriend
Messages: 37
Registered: March 2012
Member
Thanks for the tips.



Ken...
Previous Topic:Setting a custom classloader for my plug-in
Next Topic:Dynamic contribution to the Tabbed property view
Goto Forum:
  


Current Time: Tue Apr 16 23:09:59 GMT 2024

Powered by FUDForum. Page generated in 0.58518 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top