[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Adding more tabs in property view in GMF

Hi

Look at GenPropertySheet in 
http://wiki.eclipse.org/index.php/GMF_GenModel_Hints#GenPropertySheet in the 
genmodel hints for how to customize the properties view.

Since you have overridden 
org.eclipse.ui.views.properties.tabbed.propertyContributor, you are starting 
from scratch and need to check out the article on how to provide your own 
contributor.

You likely want to follow David Schmelter's advice in the thread below and 
just add new tabs and sections.

Cheers...
Anthony

"Lakshya " <Lakshya.agarwal@xxxxxxxxx> wrote in message 
news:be0af9438a3072c4e20cc6b59ea064a6$1@xxxxxxxxxxxxxxxxxx
> Hi ,
>
> In Property view for any building block I can see two tabs which are 
> Appereance and Advance. I want to change this tabbed property view like 
> want toadd few more for tabs for specifying other properties for this 
> building block. Can some one please suggest me how I can add more Tabs in 
> property make changes in them.
>
> I am using GMF 1.02. I read this article 
> http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html
>
> and over ridden
> 1. org.eclipse.ui.views.properties.tabbed.propertyContributor
> 2. org.eclipse.ui.views.properties.tabbed.propertyTabs
> 3. org.eclipse.ui.views.properties.tabbed.propertySections
>
> extension points. But I am not able to get new property tab. Still I am 
> not able to add more tabs in property view
>
> From above article I can see different examples ,but I am not able to see 
> how these examples are implemented. Please suggest me how can add more 
> tabs . If possible please help me with some example.
>
>
> Thanks in Advance
>
> Regards,
>
> Lakshya.
>
>
>
>