matisse style layout [message #216304] |
Wed, 17 May 2006 06:33 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 #216498 is a reply to message #216404] |
Fri, 19 May 2006 08:02 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03678 seconds