Skip to main content



      Home
Home » Archived » Visual Editor (VE) » With or without the use VE?
With or without the use VE? [message #129521] Fri, 04 August 2006 18:37 Go to next message
Eclipse UserFriend
Hi!

Just about to write my first PDE and like the SWT newbie I am I wonder
whether I should code it all manually (to learn the basics) or try to use
VE? Actually I don't know whether I should use SWT direct, JFace or
XUI/XSWT.

What does VE help me with?
What limitations does it have? E.g. can I code some stuff manually? Can I
use both SWT and JFace?

Hoping not to get a too biased answer :)

Regards,
Jimisola
Re: With or without the use VE? [message #129648 is a reply to message #129521] Mon, 07 August 2006 10:45 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Jimisola Laursen wrote:
> Hi!
>
> Just about to write my first PDE and like the SWT newbie I am I wonder
> whether I should code it all manually (to learn the basics) or try to use
> VE? Actually I don't know whether I should use SWT direct, JFace or
> XUI/XSWT.
>
> What does VE help me with?
It starts you off building basic composites without having to figure out
all of the gunk right away. You can then use the generated code as
examples to figure out how things work.

It gets you up faster then trying to figure it out from scratch.
> What limitations does it have? E.g. can I code some stuff manually? Can I
> use both SWT and JFace?
Yes you can code manually. There are some basic patterns that the VE
understands and if you continue to follow those patterns the VE will
also understand your manual changes. The patterns are the one you can
see by letting the VE create some classes to begin with.

VE works with SWT, and for JFace it works with the Viewers, such as
TreeViewer and TableViewer.

>
> Hoping not to get a too biased answer :)
>
> Regards,
> Jimisola
>
>
>

--
Thanks,
Rich Kulp
Re: With or without the use VE? [message #613730 is a reply to message #129521] Mon, 07 August 2006 10:45 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Jimisola Laursen wrote:
> Hi!
>
> Just about to write my first PDE and like the SWT newbie I am I wonder
> whether I should code it all manually (to learn the basics) or try to use
> VE? Actually I don't know whether I should use SWT direct, JFace or
> XUI/XSWT.
>
> What does VE help me with?
It starts you off building basic composites without having to figure out
all of the gunk right away. You can then use the generated code as
examples to figure out how things work.

It gets you up faster then trying to figure it out from scratch.
> What limitations does it have? E.g. can I code some stuff manually? Can I
> use both SWT and JFace?
Yes you can code manually. There are some basic patterns that the VE
understands and if you continue to follow those patterns the VE will
also understand your manual changes. The patterns are the one you can
see by letting the VE create some classes to begin with.

VE works with SWT, and for JFace it works with the Viewers, such as
TreeViewer and TableViewer.

>
> Hoping not to get a too biased answer :)
>
> Regards,
> Jimisola
>
>
>

--
Thanks,
Rich Kulp
Previous Topic:getClass().getName() returns org.eclipse.swt.widgets.Composite
Next Topic:Manipulating Sweet bits programmatically
Goto Forum:
  


Current Time: Thu May 08 18:38:03 EDT 2025

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

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

Back to the top