Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Visual Editor for SWT released yet?
Visual Editor for SWT released yet? [message #447257] Fri, 10 December 2004 19:41 Go to next message
Eclipse UserFriend
Originally posted by: fn2o-mycl.spamex.com

Has the Eclipse Visual Editor for SWT been officially released yet?

I can only use Swing components via the Visual Editor which was installed
via the HELP->SOFTWARE UPDATES->FIND AND INSTALL menu. The swt.jar has
been added to my project.

According to eclipse.org/swt:

"The SWT component contains the extensions to the Java core component. It
provides the editing functions that are specific to the SWT classes. (At
this time this component does not yet exist)."

The downloadable daily build of the Visual Editor has SWT support?

Should I be concerned about using the Visual Editor with SWT for a major
project?

Thanks,
Mighty M
fn2o-mycl@spamex.com
Re: Visual Editor for SWT released yet? [message #447258 is a reply to message #447257] Fri, 10 December 2004 21:10 Go to previous messageGo to next message
Christian Hauser is currently offline Christian HauserFriend
Messages: 189
Registered: July 2009
Senior Member
Mighty M wrote:
> Has the Eclipse Visual Editor for SWT been officially released yet?

Yes. VE 1.0 offers support for SWT.

> I can only use Swing components via the Visual Editor which was
> installed via the HELP->SOFTWARE UPDATES->FIND AND INSTALL menu. The
> swt.jar has been added to my project.

Try not adding swt.jar. Instead add the SWT library:
Project Properties -> Java Build Path -> Add Library...
There you should be able to select SWT or similar if you have a Visual
Editor Project.

> The downloadable daily build of the Visual Editor has SWT support?

Yes. You could download 1.02 manually.

> Should I be concerned about using the Visual Editor with SWT for a major
> project?

Well, I wouldn't use it, but I never liked GUI builder tools. I need
control over the code so I do it all by hand. But it certainly is usable
and you could use it within a project.

Christian
Re: Visual Editor for SWT released yet? [message #447370 is a reply to message #447258] Mon, 13 December 2004 21:59 Go to previous messageGo to next message
David Thomson is currently offline David ThomsonFriend
Messages: 65
Registered: July 2009
Member
Christian Hauser wrote:
> Mighty M wrote:
>
>> Has the Eclipse Visual Editor for SWT been officially released yet?

I'm using it for a project. It's a great start, although quite resource
intensive.

Here's fully instruction on getting it to work:

http://dev.eclipse.org/viewcvs/indextools.cgi/vep-home/WebCo ntent/docs/newAndNoteworthy/1.0.0-M1/previewingSWT.html

David
Re: Visual Editor for SWT released yet? [message #447411 is a reply to message #447257] Tue, 14 December 2004 14:37 Go to previous message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
"Mighty M" <fn2o-mycl@spamex.com> wrote in message
news:cpcu4e$vbb$1@www.eclipse.org...
> Has the Eclipse Visual Editor for SWT been officially released yet?

Yes. However, if you need a GUI builder with support for *all* SWT widgets
and layout managers, *all* JFace viewers, RCP/Plugin types like view parts,
wizard pages, preference pages, etc. as well as full support for specialized
libraries like preference page field editors and the new Forms API, you
should take a look at SWT Designer...

http://www.swt-designer.com/

-Eric Clayberg
Sr. Vice President of Product Development
Instantiations, Inc.
http://www.instantiations.com

Author: "Eclipse: Building Commercial Quality Plug-ins"
http://www.awprofessional.com/title/0321228472
Previous Topic:Initializing a dialog?
Next Topic:How can i place arbitrary controls in a table managed with a tableviewer ?
Goto Forum:
  


Current Time: Thu Mar 28 11:28:47 GMT 2024

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

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

Back to the top