Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Q: Code for views
Q: Code for views [message #71161] Fri, 17 February 2006 16:38 Go to next message
G. Ralph Kuntz, MD is currently offline G. Ralph Kuntz, MDFriend
Messages: 20
Registered: July 2009
Junior Member
Sorry if this isn't the right group for this question...

I am considering converting a large Swing application to SWT. We use the
MDI pattern. I know that SWT does not support this pattern, but I really
like the way Eclipse allows the user to drag tabs to create new split
windows and then back to being just tabs on a single pane. Is there sample
code for doing this (or where in the Eclipse source code is this
implemented)?

Thanks, Ralph
Re: Q: Code for views [message #71181 is a reply to message #71161] Fri, 17 February 2006 17:44 Go to previous message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 22
Registered: July 2009
Junior Member
this should be a good start:
http://wiki.eclipse.org/index.php/Rich_Client_Platform

the newsgroup is eclipse.platform.rcp

also, in case you are not aware, you can embed your swing components
onto a SWT Composite using the SWT_AWT bridge, which may allow you to
migrate in a more controlled fashion. the eclipse.platform.swt
newsgroup should be able to help you with this.

enjoy!

G. Ralph Kuntz, MD wrote:
> Sorry if this isn't the right group for this question...
>
> I am considering converting a large Swing application to SWT. We use the
> MDI pattern. I know that SWT does not support this pattern, but I really
> like the way Eclipse allows the user to drag tabs to create new split
> windows and then back to being just tabs on a single pane. Is there sample
> code for doing this (or where in the Eclipse source code is this
> implemented)?
>
> Thanks, Ralph
>
>
Re: Q: Code for views [message #600051 is a reply to message #71161] Fri, 17 February 2006 17:44 Go to previous message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 22
Registered: July 2009
Junior Member
this should be a good start:
http://wiki.eclipse.org/index.php/Rich_Client_Platform

the newsgroup is eclipse.platform.rcp

also, in case you are not aware, you can embed your swing components
onto a SWT Composite using the SWT_AWT bridge, which may allow you to
migrate in a more controlled fashion. the eclipse.platform.swt
newsgroup should be able to help you with this.

enjoy!

G. Ralph Kuntz, MD wrote:
> Sorry if this isn't the right group for this question...
>
> I am considering converting a large Swing application to SWT. We use the
> MDI pattern. I know that SWT does not support this pattern, but I really
> like the way Eclipse allows the user to drag tabs to create new split
> windows and then back to being just tabs on a single pane. Is there sample
> code for doing this (or where in the Eclipse source code is this
> implemented)?
>
> Thanks, Ralph
>
>
Previous Topic:Q: Code for views
Next Topic:marking a line in the editor
Goto Forum:
  


Current Time: Thu Apr 25 15:52:25 GMT 2024

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

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

Back to the top