How to refresh the properties view in Eclipse RCP?

Posted by geejay on Stack Overflow See other posts from Stack Overflow or by geejay
Published on 2010-06-04T11:13:10Z Indexed on 2012/12/08 11:08 UTC
Read the original article Hit count: 189

Filed under:
|
|

I am using the properties view in RCP, i.e org.eclipse.ui.views.properties.PropertySheet.

I want to be able to refresh the content of these properties programmatically. It seems RCP is geared towards the use case where this changes only when a selection changes.

Is there any way I can fire a dummy event to get this to refresh (without having ugly UI artifacts such as visibly switching between parts) ?

© Stack Overflow or respective owner

Related posts about events

Related posts about properties