Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Does GEF has support to view a portion of a complex model?
Does GEF has support to view a portion of a complex model? [message #209403] Tue, 14 February 2006 11:55 Go to next message
Eclipse UserFriend
Originally posted by: shubhada.clovissolutions.com

Hi,

I want to know whether GEF provides any support to only few figures drawn
on editor canvas. I have this requirement that user should be able to
view/edit only
a portion of objects out of huge number of objects. With many figures in
the Editor model, it becomes very much cluttered, so I want to know if
there is some provision for this.

Thanks in advance,
Shubhada
Re: Does GEF has support to view a portion of a complex model? [message #209419 is a reply to message #209403] Tue, 14 February 2006 14:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ingo.koch[nospam].sap.com

Hi,

no, not yet.
You have to control what is being displayed
by returning the appropriate model objects
in the getModelChildren() of your editpart.

Regards, Ingo

"Shubhada" <shubhada@clovissolutions.com> wrote in message
news:b9c3f52d379fc81316757673fe2097a5$1@www.eclipse.org...
> Hi,
>
> I want to know whether GEF provides any support to only few figures drawn
> on editor canvas. I have this requirement that user should be able to
> view/edit only
> a portion of objects out of huge number of objects. With many figures in
> the Editor model, it becomes very much cluttered, so I want to know if
> there is some provision for this.
>
> Thanks in advance,
> Shubhada
>
Re: Does GEF has support to view a portion of a complex model? [message #209427 is a reply to message #209419] Tue, 14 February 2006 15:05 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Isn't that sort of like saying yes?

You can restrict what is visible by controlling which object gets set as the
contents for the viewer. Also, you can restrict which model elements are
used to build additional editparts, like getModelChildren(), etc. What we do
not have is a single filter that can be set on a viewer.

"Ingo Koch" <ingo.koch[nospam]@sap.com> wrote in message
news:dssqi8$97t$1@utils.eclipse.org...
> Hi,
>
> no, not yet.
> You have to control what is being displayed
> by returning the appropriate model objects
> in the getModelChildren() of your editpart.
>
> Regards, Ingo
>
> "Shubhada" <shubhada@clovissolutions.com> wrote in message
> news:b9c3f52d379fc81316757673fe2097a5$1@www.eclipse.org...
>> Hi,
>>
>> I want to know whether GEF provides any support to only few figures drawn
>> on editor canvas. I have this requirement that user should be able to
>> view/edit only
>> a portion of objects out of huge number of objects. With many figures in
>> the Editor model, it becomes very much cluttered, so I want to know if
>> there is some provision for this.
>>
>> Thanks in advance,
>> Shubhada
>>
>
>
Previous Topic:Draw2d - Display text vertically .for swimlane
Next Topic:actionbar contributor
Goto Forum:
  


Current Time: Sun Jan 19 21:11:23 GMT 2025

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

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

Back to the top