mutlisectional report [message #196483] |
Wed, 21 September 2005 11:15 |
Eclipse User |
|
|
|
Originally posted by: osipov.appliedtech.ru
I'm trying to use GEF to create a report editor wich has different sections
that can be folded one into another. In each section we insert components
and drag them within specified section only. GEF allows creating just one
document without subdividing it in sections, so to speak. Is there a way to
do what I want, just using GEF or I have to emulate that our document is
subdivided into sections?
|
|
|
Re: mutlisectional report [message #196517 is a reply to message #196483] |
Thu, 22 September 2005 14:59 |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
Can you use multiple GraphicalViewer?
"Peter Osipov" <osipov@appliedtech.ru> wrote in message
news:dgrfbr$4fu$1@news.eclipse.org...
> I'm trying to use GEF to create a report editor wich has different
> sections
> that can be folded one into another. In each section we insert components
> and drag them within specified section only. GEF allows creating just one
> document without subdividing it in sections, so to speak. Is there a way
> to
> do what I want, just using GEF or I have to emulate that our document is
> subdivided into sections?
>
>
|
|
|
|
Re: mutlisectional report [message #196654 is a reply to message #196483] |
Fri, 23 September 2005 16:44 |
Eclipse User |
|
|
|
Originally posted by: mvsteenbergen.eljakim.scratch-this.nl
You could have Section edit parts with Component edit parts as children.
If you have experience with Swing or SWT, try to think in terms of
Containers and layout managers to express the way you want to layout
your sections and components. With the right edit policies (or without
them actually) you can prevent the user from picking up a component from
one section and dropping it into the other.
Are you sure this is what you want? Wouldn't you rather allow the user
to migrate a component from one section to another?
I'm not sure what you mean by folding.
Regards,
Martijn.
Peter Osipov wrote:
> I'm trying to use GEF to create a report editor wich has different sections
> that can be folded one into another. In each section we insert components
> and drag them within specified section only. GEF allows creating just one
> document without subdividing it in sections, so to speak. Is there a way to
> do what I want, just using GEF or I have to emulate that our document is
> subdivided into sections?
|
|
|
Powered by
FUDForum. Page generated in 0.03432 seconds