Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » how to enable Tabs in rcp to look like in Eclipse
how to enable Tabs in rcp to look like in Eclipse [message #439859] Mon, 19 July 2004 09:00 Go to next message
Eclipse UserFriend
Originally posted by: cfarra.heiler.com

Hi,

does anybody know how to show my Tabs (the little blue Items, where the
title is beeing shown) in my Rich Client Application like the sexy
swinging tabs in eclipse ?

Thx
Re: how to enable Tabs in rcp to look like in Eclipse [message #439866 is a reply to message #439859] Mon, 19 July 2004 10:02 Go to previous messageGo to next message
L.M. Fridael is currently offline L.M. FridaelFriend
Messages: 16
Registered: July 2009
Junior Member
Christian Farra wrote:
> Hi,
>
> does anybody know how to show my Tabs (the little blue Items, where the
> title is beeing shown) in my Rich Client Application like the sexy
> swinging tabs in eclipse ?

I'm not entirely sure what you mean here, but if you mean the "curved"
look for CTabFolder tabs then use:

CTabFolder tabFolder;
tabFolder.setSimple(false);


Regards
-Laurens
Re: how to enable Tabs in rcp to look like in Eclipse [message #439909 is a reply to message #439866] Mon, 19 July 2004 10:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cfarra.heiler.com

Laurens wrote:

> Christian Farra wrote:
> > Hi,
> >
> > does anybody know how to show my Tabs (the little blue Items, where the
> > title is beeing shown) in my Rich Client Application like the sexy
> > swinging tabs in eclipse ?

> I'm not entirely sure what you mean here, but if you mean the "curved"
> look for CTabFolder tabs then use:

> CTabFolder tabFolder;
> tabFolder.setSimple(false);


> Regards
> -Laurens

yes i mean the curved look but not for the tabFolder! I need the curved
look for my Views in my Rich Client Application! The Views also have a tab
were mostly the title of this view is shown.
Do you know how to realize this?
Re: how to enable Tabs in rcp to look like in Eclipse [message #440374 is a reply to message #439909] Wed, 28 July 2004 20:09 Go to previous message
Stephane  fournier is currently offline Stephane fournierFriend
Messages: 340
Registered: July 2009
Senior Member
Hi,

The look & feel, you are talking about is not included in the RCP runtime.
You have to add another plugin (org.eclipse.platform)from eclipse 3.0 to
your rcp plugin directory.

Stephane.

Christian Farra wrote:

> Laurens wrote:

> > Christian Farra wrote:
> > > Hi,
> > >
> > > does anybody know how to show my Tabs (the little blue Items, where the
> > > title is beeing shown) in my Rich Client Application like the sexy
> > > swinging tabs in eclipse ?

> > I'm not entirely sure what you mean here, but if you mean the "curved"
> > look for CTabFolder tabs then use:

> > CTabFolder tabFolder;
> > tabFolder.setSimple(false);


> > Regards
> > -Laurens

> yes i mean the curved look but not for the tabFolder! I need the curved
> look for my Views in my Rich Client Application! The Views also have a tab
> were mostly the title of this view is shown.
> Do you know how to realize this?
Previous Topic:re-layout of composite
Next Topic:Running a RCP application in Java Web Start
Goto Forum:
  


Current Time: Mon Sep 23 12:53:22 GMT 2024

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

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

Back to the top