Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to make multiple tabs in properties view?
How to make multiple tabs in properties view? [message #236903] Wed, 11 July 2007 16:41 Go to next message
Eclipse UserFriend
Originally posted by: neliacatarina.portugalmail.pt

Hi

I have a classe called Connection with an attribute Plugin which is another class.
When I click on the Connection figure (EditPart) my "Advanced" tab shows all the attibutes of Connection.
I have another tab called Plugin and I want to show here only the attributes of the Plugin that belongs to this Connection.

My problem is that I have "Advanced" tab getting Connection model and "Plugin" tab getting Plugin model. But when I click Connection figure it only gets Connection model. I want it to get Plugin model too and show it on "Plugin" tab.
Can you tell me how to do this?
Thanks
Re: How to make multiple tabs in properties view? [message #237012 is a reply to message #236903] Wed, 18 July 2007 17:26 Go to previous message
Anthony Hunter is currently offline Anthony HunterFriend
Messages: 446
Registered: July 2009
Senior Member
Hi Nelia,

Did you check out the Tabbed Properties View article
http://www.eclipse.org/articles/Article-Tabbed-Properties/ta bbed_properties_view.html ?

Without really understanding how you implemented your editor and property
tabs and sections, sounds like your <input> in your <propertySection> needs
to have both plugin and connection in it.

Cheers...
Anthony

"Nelia Santos" <neliacatarina@portugalmail.pt> wrote in message
news:561912482.7281184172113783.JavaMail.root@cp9.dzone.com...
> Hi
>
> I have a classe called Connection with an attribute Plugin which is
> another class.
> When I click on the Connection figure (EditPart) my "Advanced" tab shows
> all the attibutes of Connection.
> I have another tab called Plugin and I want to show here only the
> attributes of the Plugin that belongs to this Connection.
>
> My problem is that I have "Advanced" tab getting Connection model and
> "Plugin" tab getting Plugin model. But when I click Connection figure it
> only gets Connection model. I want it to get Plugin model too and show it
> on "Plugin" tab.
> Can you tell me how to do this?
> Thanks
Previous Topic:NPE in setFont() of FigureUtilities
Next Topic:Testing GEF Editor
Goto Forum:
  


Current Time: Fri Apr 26 02:52:49 GMT 2024

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

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

Back to the top