[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Property pages for my own classes.

Hi all,

I have a view which shows objects of my own classes from my model layer. I would like to add a 'properties' action on the context menu that shows the property pages I have declared using the org.eclipse.ui.propertyPages extension point. Do I have to implement this action myself? If not how do I get it to appear - my context menu is registered with the IViewSite and has the MB_EXTENSIONS groups.

Thanks in advance

Matt