[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[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.