Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » suppress object from outline view
suppress object from outline view [message #195101] Wed, 07 September 2005 21:44 Go to next message
Eclipse UserFriend
Originally posted by: pbeagan.yahoo_dontspamme_.com

I have an outline view that is synch'd with my main view modeled after the
logic example. I have a specific object that I do not want to show up in
the Outline view. How would I accomplish this? I've tried to return null
in the EditPartFactory, but that leads to errors. I've tried a dummy
EditPart, but space is still created in the Outline Viewer.
Re: suppress object from outline view [message #195109 is a reply to message #195101] Wed, 07 September 2005 21:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Filter it from the parent-tree-part's getModelChildren()

"Patrick" <pbeagan@yahoo_dontspamme_.com> wrote in message
news:dfnmk9$p4o$1@news.eclipse.org...
>I have an outline view that is synch'd with my main view modeled after the
> logic example. I have a specific object that I do not want to show up in
> the Outline view. How would I accomplish this? I've tried to return null
> in the EditPartFactory, but that leads to errors. I've tried a dummy
> EditPart, but space is still created in the Outline Viewer.
>
Re: suppress object from outline view [message #195125 is a reply to message #195109] Wed, 07 September 2005 22:09 Go to previous message
Eclipse UserFriend
Originally posted by: pbeagan.yahoo_dontspamme_.com

That was it. Thanks.

Randy Hudson wrote:

> Filter it from the parent-tree-part's getModelChildren()
>
> "Patrick" <pbeagan@yahoo_dontspamme_.com> wrote in message
> news:dfnmk9$p4o$1@news.eclipse.org...
>>I have an outline view that is synch'd with my main view modeled after the
>> logic example. I have a specific object that I do not want to show up in
>> the Outline view. How would I accomplish this? I've tried to return
>> null
>> in the EditPartFactory, but that leads to errors. I've tried a dummy
>> EditPart, but space is still created in the Outline Viewer.
>>
Previous Topic:WYSIWYG Text example added to GEF
Next Topic:Drag and Drop - one more time
Goto Forum:
  


Current Time: Wed Jan 22 19:15:24 GMT 2025

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

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

Back to the top