Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » matisse style layout
matisse style layout [message #216304] Wed, 17 May 2006 06:33 Go to next message
Eclipse UserFriend
Originally posted by: venkatd.yahoo.com

Has anybody implemented matisse style contraints based layout using GEF &
SWT? Like to know if there are any algorithms that are open source.

Thanks,
Venkat
Re: matisse style layout [message #216396 is a reply to message #216304] Thu, 18 May 2006 00:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Matisse is nothing more than the visual editing of AWT's SpringLayout. SWT
has had a similar layout, FormLayout, since 2.0. There is no draw2d layout
like this, but it would be an easy port. There are no edit policies in GEF
for editing a form layouts.

"Venkat Dokiparthi" <venkatd@yahoo.com> wrote in message
news:4699dc926c831bfadea5279cf666435c$1@www.eclipse.org...
> Has anybody implemented matisse style contraints based layout using GEF &
> SWT? Like to know if there are any algorithms that are open source.
>
> Thanks,
> Venkat
>
Re: matisse style layout [message #216404 is a reply to message #216396] Thu, 18 May 2006 00:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

> Matisse is nothing more than the visual editing of AWT's SpringLayout. SWT

Correction, it uses GroupLayout.
Re: matisse style layout [message #216498 is a reply to message #216404] Fri, 19 May 2006 08:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: venkatd.yahoo.com

Randy,

I think I was not too clear on my question. What I was looking for is if
anybody implemented in GEF, when drag and drop items from palette, it
shows lines to position the new item horizontally or vertically aligned
with other items. Internally it may use FormLayout, but what I am looking
at is whether I have to draw the snap lines myself or there is some
support from within Eclipse?

Last I heard Eclipse is going to implement this type of layout, so I am
confused when you say it is same as FormLayout.

Thanks,
Venkat
Re: matisse style layout [message #216608 is a reply to message #216498] Mon, 22 May 2006 14:21 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

> Randy,
>
> I think I was not too clear on my question. What I was looking for is if
> anybody implemented in GEF, when drag and drop items from palette, it
> shows lines to position the new item horizontally or vertically aligned
> with other items. Internally it may use FormLayout, but what I am looking
> at is whether I have to draw the snap lines myself or there is some
> support from within Eclipse?
> Last I heard Eclipse is going to implement this type of layout, so I am
> confused when you say it is same as FormLayout.

The Eclipse project with the greatest need for this behavior would be the VE
project, since they support building SWT GUIs, which could use a formlayout.
You might ask on their newsgroup.
Previous Topic:Automatically Select All
Next Topic:Null editor input exception
Goto Forum:
  


Current Time: Tue Apr 16 20:06:31 GMT 2024

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

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

Back to the top