eclipse RCP and Swing [message #708378] |
Tue, 02 August 2011 14:57  |
Eclipse User |
|
|
|
Hello eclipse community,
does anyone of you have experience in creating eclipse RCP software where Swing is used instead of Swing?
For any suggestions and links thank you in advance.
Best Regards,
Kosta
|
|
|
Re: eclipse RCP and Swing [message #708531 is a reply to message #708378] |
Tue, 02 August 2011 18:31  |
Eclipse User |
|
|
|
Am 02.08.11 20:57, schrieb kosta:
> Hello eclipse community,
>
> does anyone of you have experience in creating eclipse RCP software
> where Swing is used instead of Swing?
You mean Swing instead of SWT. First of all the main UI like Shell,
Menu, Toolbar are always rendered through SWT you can't change that in
Eclipse 3.x.
Afterwards you'll have to bridge between SWT and Swing using the
SWT-AWT-Bridge which is not always easy because you have 2 event
dispatchers, ... .
If you really want to use Swing I'd rather go with Eclipse 4.x or better
said the Eclipse 4.1 Application Platform which allows you to completely
render your UI using Swing so no bridgeing, constitent L&F, ... . "All"
you need to do is write a Swing-Renderer which though is not done yet is
technically possible without major problems as I've already shown [1].
Tom
[1]http://tomsondev.bestsolution.at/2011/06/21/eclipse-4-1-application-platform-a-platform-for-anyone/
|
|
|
Powered by
FUDForum. Page generated in 0.03645 seconds