Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » mutlisectional report
mutlisectional report [message #196483] Wed, 21 September 2005 11:15 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 #196570 is a reply to message #196517] Fri, 23 September 2005 04:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: osipov.appliedtech.ru

I don't know. I would like to probably. what is that? Is there a class for
it or something?
Re: mutlisectional report [message #196654 is a reply to message #196483] Fri, 23 September 2005 16:44 Go to previous message
Eclipse UserFriend
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?
Previous Topic:Hierarchical Layout
Next Topic:Different EditParts selected in GraphicalViewer and SelectionAction
Goto Forum:
  


Current Time: Thu Jan 16 03:24:15 GMT 2025

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

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

Back to the top