Re: swing/swt and clay

2007-06-25 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I have been thinking about the best way to go about building a wysiwyg eclipse editor for jsf views. The only ones I have seen so far create jsps. There are already existing GUI builders for Swing and SWT. Would it be possible for Clay to handle a

Re: swing/swt and clay

2007-06-25 Thread Ryan Wynn
I am pretty sure the GUI designer knows how to draw the widgets based on their ancestry. So, I think if we created subclasses from base Swing components with properties from JSF components then they should up nicely in the designer. I don't think there would be any special req server side to

Re: swing/swt and clay

2007-06-25 Thread Ryan Wynn
This article seems to be a good starting point. I will play around and see what I can do. http://www.eclipse.org/articles/Article-VE-Custom-Widget/customwidget.html On 6/25/07, Ryan Wynn [EMAIL PROTECTED] wrote: I am pretty sure the GUI designer knows how to draw the widgets based on their

Re: swing/swt and clay

2007-06-25 Thread paksegu
Hi Ryan, I am not sure exactly what you want or heading to, but if the question is that is there a visual environtment to drag and drop components or widgets then you might wanna look into clay plug-in for eclipse which I believe it is in development. Ryan Wynn [EMAIL PROTECTED] wrote: I

Re: swing/swt and clay

2007-06-25 Thread Gary VanMatre
Hi Ryan, I am not sure exactly what you want or heading to, but if the question is that is there a visual environtment to drag and drop components or widgets then you might wanna look into clay plug-in for eclipse which I believe it is in development. This is actually the same Ryan who

Re: swing/swt and clay

2007-06-25 Thread Gary VanMatre
From: Craig McClanahan [EMAIL PROTECTED] On 6/23/07, Ryan Wynn wrote: I have been thinking about the best way to go about building a wysiwyg eclipse editor for jsf views. The only ones I have seen so far create jsps. I can throw in a couple of thoughts based on our (Sun's)