[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Eclipse Stype Tabs

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@xxxxxxxxx> wrote in message 
news:c228902510120418849d60d36c619189$1@xxxxxxxxxxxxxxxxxx
> 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
>