Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] refresh content assist

In the migration guide,
element.notifyPropertyChangeListeners( property ); 

should be replaced with:

element.refresh( property );

This migration broke the my custom content assist which extends PropertyEditorAssistContributor. The original call refreshed the content assist.
How can I programmatically refresh the content assist?

Thanks,
Ling 

Back to the top