Does GEF has support to view a portion of a complex model? [message #209403] |
Tue, 14 February 2006 11:55 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
>>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02619 seconds