Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Eclipse Stype Tabs
Eclipse Stype Tabs [message #464737] Tue, 29 November 2005 12:11 Go to next message
Stephen is currently offline StephenFriend
Messages: 47
Registered: July 2009
Member
I'm newbie in UI.
I'm trying to do tabs like in eclipse, Drag/Drop and drag to outside ide
makes standalone. Any clue?


Regards;
Stephen
Re: Eclipse Stype Tabs [message #464779 is a reply to message #464737] Tue, 29 November 2005 19:10 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Eclipse uses org.eclipse.swt.custom.CTabFolder with setSimple(false).

Dragging the tabs to create a new window is more complicated. It involves
the SWT.DragDetect event, Tracker and creating a new shell. You might want
to consider making use of RCP to achieve this. Questions about RCP are best
asked in the eclipse.platform newsgroup. Some articles are here:

http://eclipse.org/articles/Article-RCP-1/tutorial1.html
http://eclipse.org/articles/Article-RCP-2/tutorial2.html
http://eclipse.org/articles/Article-RCP-3/tutorial3.html

"Stephen" <swmk.stephen@gmail.com> wrote in message
news:c228902510120418849d60d36c619189$1@www.eclipse.org...
> I'm newbie in UI.
> I'm trying to do tabs like in eclipse, Drag/Drop and drag to outside ide
> makes standalone. Any clue?
>
>
> Regards;
> Stephen
>
Previous Topic:Rename Feature in Tree
Next Topic:TableTreeViewer support for the new tree table widget
Goto Forum:
  


Current Time: Tue Apr 16 12:05:23 GMT 2024

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

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

Back to the top