| [news.eclipse.platform.rcp] Re: IPropertySource adapterFactory |
The problem with this solution is that it only works if the Property sheet is already open. This returns null otherwise. [code]PropertySheet propSheet = (PropertySheet) getSite().getPage().findView(IPageLayout.ID_PROP_SHEET);[/code] Does anyone have a suggestion to overcome this.