[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.emft] properties view tab refresh

Hi,
I have added a new tab to the Propeties view by following the example at http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html.


The new tab displays the properties for my Stereotypes for the selected model element(similar to the existing Stereotypes tab).
The propertySection filter for each section(field) will ensure that it will appear in the propertyTab if the selected elemnt has the applied stereotype.
If no sections are eligable for display then the new Tab will not appear in the properties view, this is great. However, if I remove my stereotype using the Stereotypes tab, the tab list of the Propeties view is not refreshed.
The question is - how can I trigger a refresh of the Properties view tab list when a model change occurs?